Lines Matching refs:bnx2fc_hba

76 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba);
77 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba);
78 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba);
79 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba);
80 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba);
85 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
89 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
91 static int bnx2fc_fw_init(struct bnx2fc_hba *hba);
92 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba);
195 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_cleanup()
274 struct bnx2fc_hba *hba; in bnx2fc_xmit()
692 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_get_host_stats()
742 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_shost_config()
775 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_link_ok()
795 void bnx2fc_get_link_state(struct bnx2fc_hba *hba) in bnx2fc_get_link_state()
805 struct bnx2fc_hba *hba; in bnx2fc_net_config()
850 struct bnx2fc_hba *hba = from_timer(hba, t, destroy_timer); in bnx2fc_destroy_timer()
871 struct bnx2fc_hba *hba = (struct bnx2fc_hba *)context; in bnx2fc_indicate_netevent()
1010 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba) in bnx2fc_em_config()
1184 static void bnx2fc_free_vport(struct bnx2fc_hba *hba, struct fc_lport *lport) in bnx2fc_free_vport()
1349 static void bnx2fc_hba_destroy(struct bnx2fc_hba *hba) in bnx2fc_hba_destroy()
1369 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) in bnx2fc_hba_create()
1371 struct bnx2fc_hba *hba; in bnx2fc_hba_create()
1446 bnx2fc_interface_create(struct bnx2fc_hba *hba, in bnx2fc_interface_create()
1508 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_if_create()
1616 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_interface_cleanup()
1716 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_unbind_adapter_devices()
1728 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_bind_adapter_devices()
1742 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_bind_pcidev()
1793 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_unbind_pcidev()
1809 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_get_stats()
1845 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_start()
1900 static int bnx2fc_fw_init(struct bnx2fc_hba *hba) in bnx2fc_fw_init()
1945 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba) in bnx2fc_fw_destroy()
1978 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_stop()
2055 struct bnx2fc_hba *hba; in bnx2fc_ulp_init()
2191 struct bnx2fc_hba *hba; in __bnx2fc_enable()
2316 struct bnx2fc_hba *hba; in _bnx2fc_create()
2490 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2fc_find_hba_for_cnic()
2492 struct bnx2fc_hba *hba; in bnx2fc_find_hba_for_cnic()
2515 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device in bnx2fc_hba_lookup()
2518 struct bnx2fc_hba *hba; in bnx2fc_hba_lookup()
2536 struct bnx2fc_hba *hba; in bnx2fc_ulp_exit()
2773 struct bnx2fc_hba *hba, *next; in bnx2fc_mod_exit()