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

/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_sysfs.c23 static inline struct bnx2i_hba *bnx2i_dev_to_hba(struct device *dev)
42 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
63 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
100 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
120 struct bnx2i_hba *hba = bnx2i_dev_to_hba(dev);
H A Dbnx2i_init.c82 void bnx2i_identify_device(struct bnx2i_hba *hba, struct cnic_dev *dev)
109 struct bnx2i_hba *get_adapter_list_head(void)
111 struct bnx2i_hba *hba = NULL;
112 struct bnx2i_hba *tmp_hba;
135 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic)
137 struct bnx2i_hba *hba, *temp;
166 struct bnx2i_hba *hba = handle;
188 static void bnx2i_chip_cleanup(struct bnx2i_hba *hba)
222 struct bnx2i_hba *hba = handle;
273 static int bnx2i_init_one(struct bnx2i_hba *hb
[all...]
H A Dbnx2i.h285 struct bnx2i_hba *hba;
342 * struct bnx2i_hba - bnx2i adapter structure
399 struct bnx2i_hba { struct
750 struct bnx2i_hba *hba;
805 extern void bnx2i_identify_device(struct bnx2i_hba *hba, struct cnic_dev *dev);
813 extern struct bnx2i_hba *get_adapter_list_head(void);
815 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba,
820 struct bnx2i_endpoint *bnx2i_ep_ofld_list_next(struct bnx2i_hba *hba);
821 struct bnx2i_endpoint *bnx2i_ep_destroy_list_next(struct bnx2i_hba *hba);
823 struct bnx2i_hba *bnx2i_find_hba_for_cni
[all...]
H A Dbnx2i_iscsi.c34 static int bnx2i_adapter_ready(struct bnx2i_hba *hba)
143 static int bnx2i_map_scsi_sg(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd)
238 static int bnx2i_bind_conn_to_iscsi_cid(struct bnx2i_hba *hba,
258 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba,
277 static u32 bnx2i_alloc_iscsi_cid(struct bnx2i_hba *hba)
299 static void bnx2i_free_iscsi_cid(struct bnx2i_hba *hba, u16 iscsi_cid)
324 static int bnx2i_setup_free_cid_que(struct bnx2i_hba *hba)
363 static void bnx2i_release_free_cid_que(struct bnx2i_hba *hba)
381 static struct iscsi_endpoint *bnx2i_alloc_ep(struct bnx2i_hba *hba)
444 static int bnx2i_alloc_bdt(struct bnx2i_hba *hb
[all...]
H A Dbnx2i_hwi.c48 static void bnx2i_adjust_qp_size(struct bnx2i_hba *hba)
97 static void bnx2i_get_link_state(struct bnx2i_hba *hba)
114 static void bnx2i_iscsi_license_error(struct bnx2i_hba *hba, u32 error_code)
632 struct bnx2i_hba *hba = bnx2i_conn->hba;
727 void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd)
751 int bnx2i_send_conn_destroy(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep)
785 static int bnx2i_570x_send_conn_ofld_req(struct bnx2i_hba *hba,
845 static int bnx2i_5771x_send_conn_ofld_req(struct bnx2i_hba *hba,
914 int bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep)
1043 int bnx2i_alloc_qp_resc(struct bnx2i_hba *hb
[all...]

Completed in 182 milliseconds