Lines Matching refs:bnx2fc_hba

75 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba);
76 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba);
77 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba);
78 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba);
79 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba);
84 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
88 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
90 static int bnx2fc_fw_init(struct bnx2fc_hba *hba);
91 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba);
172 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_cleanup()
251 struct bnx2fc_hba *hba; in bnx2fc_xmit()
636 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_get_host_stats()
681 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_shost_config()
714 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_link_ok()
734 void bnx2fc_get_link_state(struct bnx2fc_hba *hba) in bnx2fc_get_link_state()
744 struct bnx2fc_hba *hba; in bnx2fc_net_config()
789 struct bnx2fc_hba *hba = (struct bnx2fc_hba *)data; in bnx2fc_destroy_timer()
810 struct bnx2fc_hba *hba = (struct bnx2fc_hba *)context; in bnx2fc_indicate_netevent()
951 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba) in bnx2fc_em_config()
1108 static void bnx2fc_free_vport(struct bnx2fc_hba *hba, struct fc_lport *lport) in bnx2fc_free_vport()
1273 static void bnx2fc_hba_destroy(struct bnx2fc_hba *hba) in bnx2fc_hba_destroy()
1293 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) in bnx2fc_hba_create()
1295 struct bnx2fc_hba *hba; in bnx2fc_hba_create()
1368 struct bnx2fc_interface *bnx2fc_interface_create(struct bnx2fc_hba *hba, in bnx2fc_interface_create()
1430 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_if_create()
1535 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_interface_cleanup()
1635 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_unbind_adapter_devices()
1647 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_bind_adapter_devices()
1661 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_bind_pcidev()
1712 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_unbind_pcidev()
1728 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_get_stats()
1764 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_start()
1819 static int bnx2fc_fw_init(struct bnx2fc_hba *hba) in bnx2fc_fw_init()
1864 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba) in bnx2fc_fw_destroy()
1898 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_stop()
1975 struct bnx2fc_hba *hba; in bnx2fc_ulp_init()
2148 struct bnx2fc_hba *hba; in _bnx2fc_create()
2321 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2fc_find_hba_for_cnic()
2323 struct bnx2fc_hba *hba; in bnx2fc_find_hba_for_cnic()
2346 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device in bnx2fc_hba_lookup()
2349 struct bnx2fc_hba *hba; in bnx2fc_hba_lookup()
2367 struct bnx2fc_hba *hba; in bnx2fc_ulp_exit()
2624 struct bnx2fc_hba *hba, *next; in bnx2fc_mod_exit()