Searched refs:dmae_command (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 154 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_hw_stats_post() 173 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_hw_stats_post() 178 sizeof(struct dmae_command) * in bnx2x_hw_stats_post() 181 dmae->len = sizeof(struct dmae_command) >> 2; in bnx2x_hw_stats_post() 220 struct dmae_command *dmae; in bnx2x_stats_pmf_update() 267 struct dmae_command *dmae; in bnx2x_port_stats_init() 489 struct dmae_command *dmae = &bp->stats_dmae; in bnx2x_func_stats_init() 499 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_func_stats_init() 1265 struct dmae_command *dmae; in bnx2x_port_stats_stop() 1403 struct dmae_command *dma in bnx2x_port_stats_base_init() [all...] |
H A D | bnx2x.h | 1166 struct dmae_command dmae[MAX_DMAE_C]; 1711 struct dmae_command stats_dmae; 2048 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx); 2054 void bnx2x_prep_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, 2056 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae,
|
H A D | bnx2x_main.c | 404 struct dmae_command *dmae, int msglvl) in bnx2x_dp_dmae() 464 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) in bnx2x_dp_dmae() 470 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) in bnx2x_post_dmae() 475 cmd_offset = (DMAE_REG_CMD_MEM + sizeof(struct dmae_command) * idx); in bnx2x_post_dmae() 476 for (i = 0; i < (sizeof(struct dmae_command)/4); i++) { in bnx2x_post_dmae() 519 struct dmae_command *dmae, in bnx2x_prep_dmae_with_comp() 522 memset(dmae, 0, sizeof(struct dmae_command)); in bnx2x_prep_dmae_with_comp() 535 int bnx2x_issue_dmae_with_comp(struct bnx2x *bp, struct dmae_command *dmae, in bnx2x_issue_dmae_with_comp() 586 struct dmae_command dmae; in bnx2x_write_dmae() 621 struct dmae_command dma in bnx2x_read_dmae() [all...] |
H A D | bnx2x_vfpf.c | 1081 struct dmae_command dmae; in bnx2x_copy32_vf_dmae()
|
H A D | bnx2x_hsi.h | 3057 struct dmae_command { struct 3058 opcodedmae_command global() argument 3091 src_addr_lodmae_command global() argument 3092 src_addr_hidmae_command global() argument 3093 dst_addr_lodmae_command global() argument 3094 dst_addr_hidmae_command global() argument 3096 opcode_iovdmae_command global() argument 3109 lendmae_command global() argument 3111 lendmae_command global() argument 3112 opcode_iovdmae_command global() argument 3126 comp_addr_lodmae_command global() argument 3127 comp_addr_hidmae_command global() argument 3128 comp_valdmae_command global() argument 3129 crc32dmae_command global() argument 3130 crc32_cdmae_command global() argument 3132 crc16_cdmae_command global() argument 3133 crc16dmae_command global() argument 3135 crc16dmae_command global() argument 3136 crc16_cdmae_command global() argument 3139 reserved3dmae_command global() argument 3140 crc_t10dmae_command global() argument 3142 crc_t10dmae_command global() argument 3143 reserved3dmae_command global() argument 3146 xsum8dmae_command global() argument 3147 xsum16dmae_command global() argument 3149 xsum16dmae_command global() argument 3150 xsum8dmae_command global() argument
|