Lines Matching refs:bnx2i_hba
82 void bnx2i_identify_device(struct bnx2i_hba *hba, struct cnic_dev *dev) in bnx2i_identify_device()
109 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()
135 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2i_find_hba_for_cnic()
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()
273 static int bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) in bnx2i_init_one()
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()
525 struct bnx2i_hba *hba; in bnx2i_mod_exit()
529 hba = list_entry(adapter_list.next, struct bnx2i_hba, link); in bnx2i_mod_exit()