Home
last modified time | relevance | path

Searched refs:bnx2i_hba (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/scsi/bnx2i/
A Dbnx2i.h285 struct bnx2i_hba *hba;
399 struct bnx2i_hba { struct
750 struct bnx2i_hba *hba;
813 extern struct bnx2i_hba *get_adapter_list_head(void);
825 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic);
826 void bnx2i_free_hba(struct bnx2i_hba *hba);
854 extern int bnx2i_send_conn_destroy(struct bnx2i_hba *hba,
857 extern int bnx2i_alloc_qp_resc(struct bnx2i_hba *hba,
859 extern void bnx2i_free_qp_resc(struct bnx2i_hba *hba,
863 struct bnx2i_hba *hba, u32 iscsi_cid);
[all …]
A Dbnx2i_init.c109 struct bnx2i_hba *get_adapter_list_head(void) in get_adapter_list_head()
111 struct bnx2i_hba *hba = NULL; in get_adapter_list_head()
112 struct bnx2i_hba *tmp_hba; in get_adapter_list_head()
137 struct bnx2i_hba *hba, *temp; in bnx2i_find_hba_for_cnic()
166 struct bnx2i_hba *hba = handle; in bnx2i_start()
188 static void bnx2i_chip_cleanup(struct bnx2i_hba *hba) in bnx2i_chip_cleanup()
222 struct bnx2i_hba *hba = handle; in bnx2i_stop()
319 struct bnx2i_hba *hba; in bnx2i_ulp_init()
344 struct bnx2i_hba *hba; in bnx2i_ulp_exit()
375 struct bnx2i_hba *hba = handle; in bnx2i_get_stats()
[all …]
A Dbnx2i_sysfs.c23 static inline struct bnx2i_hba *bnx2i_dev_to_hba(struct device *dev) in bnx2i_dev_to_hba()
42 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_show_sq_info()
63 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_set_sq_info()
100 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_show_ccell_info()
120 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev); in bnx2i_set_ccell_info()
A Dbnx2i_iscsi.c787 struct bnx2i_hba *hba; in bnx2i_alloc_hba()
908 void bnx2i_free_hba(struct bnx2i_hba *hba) in bnx2i_free_hba()
1160 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_cleanup_task()
1190 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_mtask_xmit()
1290 struct bnx2i_hba *hba; in bnx2i_session_create()
1486 struct bnx2i_hba *hba; in bnx2i_conn_destroy()
1531 struct bnx2i_hba *hba = bnx2i_ep->hba; in bnx2i_ep_get_param()
1672 struct bnx2i_hba *hba; in bnx2i_check_route()
1784 struct bnx2i_hba *hba; in bnx2i_ep_connect()
2031 struct bnx2i_hba *hba = bnx2i_ep->hba; in bnx2i_hw_ep_disconnect()
[all …]
A Dbnx2i_hwi.c48 static void bnx2i_adjust_qp_size(struct bnx2i_hba *hba) in bnx2i_adjust_qp_size()
97 static void bnx2i_get_link_state(struct bnx2i_hba *hba) in bnx2i_get_link_state()
632 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_update_iscsi_conn()
1244 int bnx2i_send_fw_iscsi_init_msg(struct bnx2i_hba *hba) in bnx2i_send_fw_iscsi_init_msg()
1341 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_process_scsi_cmd_resp()
1959 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_process_new_cqes()
2171 static void bnx2i_process_tcp_error(struct bnx2i_hba *hba, in bnx2i_process_tcp_error()
2422 static void bnx2i_process_ofld_cmpl(struct bnx2i_hba *hba, in bnx2i_process_ofld_cmpl()
2478 struct bnx2i_hba *hba = context; in bnx2i_indicate_kcqe()
2533 struct bnx2i_hba *hba = context; in bnx2i_indicate_netevent()
[all …]

Completed in 17 milliseconds