Lines Matching refs:hba
153 #define BNX2FC_STATS(hba, stat, cnt) \ argument
158 if (hba->prev_stats.stat.cnt <= val) \
159 val -= hba->prev_stats.stat.cnt; \
161 val += (0xfffffff - hba->prev_stats.stat.cnt); \
162 hba->bfw_stats.cnt += val; \
255 struct bnx2fc_hba *hba; member
278 struct bnx2fc_hba *hba; member
483 struct bnx2fc_hba *hba; member
493 int bnx2fc_send_fw_fcoe_init_msg(struct bnx2fc_hba *hba);
494 int bnx2fc_send_fw_fcoe_destroy_msg(struct bnx2fc_hba *hba);
501 int bnx2fc_send_session_destroy_req(struct bnx2fc_hba *hba,
506 int bnx2fc_setup_task_ctx(struct bnx2fc_hba *hba);
507 void bnx2fc_free_task_ctx(struct bnx2fc_hba *hba);
508 int bnx2fc_setup_fw_resc(struct bnx2fc_hba *hba);
509 void bnx2fc_free_fw_resc(struct bnx2fc_hba *hba);
510 struct bnx2fc_cmd_mgr *bnx2fc_cmd_mgr_alloc(struct bnx2fc_hba *hba);
512 void bnx2fc_get_link_state(struct bnx2fc_hba *hba);
580 int bnx2fc_send_stat_req(struct bnx2fc_hba *hba);