Lines Matching refs:bnx2i_hba
90 void bnx2i_identify_device(struct bnx2i_hba *hba, struct cnic_dev *dev) in bnx2i_identify_device()
117 struct bnx2i_hba *get_adapter_list_head(void) in get_adapter_list_head()
119 struct bnx2i_hba *hba = NULL; in get_adapter_list_head()
120 struct bnx2i_hba *tmp_hba; in get_adapter_list_head()
143 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2i_find_hba_for_cnic()
145 struct bnx2i_hba *hba, *temp; in bnx2i_find_hba_for_cnic()
174 struct bnx2i_hba *hba = handle; in bnx2i_start()
196 static void bnx2i_chip_cleanup(struct bnx2i_hba *hba) in bnx2i_chip_cleanup()
230 struct bnx2i_hba *hba = handle; in bnx2i_stop()
281 static int bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) in bnx2i_init_one()
327 struct bnx2i_hba *hba; in bnx2i_ulp_init()
352 struct bnx2i_hba *hba; in bnx2i_ulp_exit()
383 struct bnx2i_hba *hba = handle; in bnx2i_get_stats()
571 struct bnx2i_hba *hba; in bnx2i_mod_exit()
576 hba = list_entry(adapter_list.next, struct bnx2i_hba, link); in bnx2i_mod_exit()