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()
950 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba) in bnx2fc_em_config()
1107 static void bnx2fc_free_vport(struct bnx2fc_hba *hba, struct fc_lport *lport) in bnx2fc_free_vport()
1272 static void bnx2fc_hba_destroy(struct bnx2fc_hba *hba) in bnx2fc_hba_destroy()
1292 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) in bnx2fc_hba_create()
1294 struct bnx2fc_hba *hba; in bnx2fc_hba_create()
1367 struct bnx2fc_interface *bnx2fc_interface_create(struct bnx2fc_hba *hba, in bnx2fc_interface_create()
1429 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_if_create()
1534 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_interface_cleanup()
1634 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_unbind_adapter_devices()
1646 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_bind_adapter_devices()
1660 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_bind_pcidev()
1711 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_unbind_pcidev()
1727 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_get_stats()
1763 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_start()
1818 static int bnx2fc_fw_init(struct bnx2fc_hba *hba) in bnx2fc_fw_init()
1863 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba) in bnx2fc_fw_destroy()
1897 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_stop()
1974 struct bnx2fc_hba *hba; in bnx2fc_ulp_init()
2093 struct bnx2fc_hba *hba; in __bnx2fc_enable()
2218 struct bnx2fc_hba *hba; in _bnx2fc_create()
2391 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2fc_find_hba_for_cnic()
2393 struct bnx2fc_hba *hba; in bnx2fc_find_hba_for_cnic()
2416 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device in bnx2fc_hba_lookup()
2419 struct bnx2fc_hba *hba; in bnx2fc_hba_lookup()
2437 struct bnx2fc_hba *hba; in bnx2fc_ulp_exit()
2694 struct bnx2fc_hba *hba, *next; in bnx2fc_mod_exit()