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);
191 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_cleanup()
270 struct bnx2fc_hba *hba; in bnx2fc_xmit()
691 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_get_host_stats()
741 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_shost_config()
774 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_link_ok()
794 void bnx2fc_get_link_state(struct bnx2fc_hba *hba) in bnx2fc_get_link_state()
804 struct bnx2fc_hba *hba; in bnx2fc_net_config()
849 struct bnx2fc_hba *hba = from_timer(hba, t, destroy_timer); in bnx2fc_destroy_timer()
870 struct bnx2fc_hba *hba = (struct bnx2fc_hba *)context; in bnx2fc_indicate_netevent()
1006 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba) in bnx2fc_em_config()
1179 static void bnx2fc_free_vport(struct bnx2fc_hba *hba, struct fc_lport *lport) in bnx2fc_free_vport()
1344 static void bnx2fc_hba_destroy(struct bnx2fc_hba *hba) in bnx2fc_hba_destroy()
1364 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) in bnx2fc_hba_create()
1366 struct bnx2fc_hba *hba; in bnx2fc_hba_create()
1441 bnx2fc_interface_create(struct bnx2fc_hba *hba, in bnx2fc_interface_create()
1503 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_if_create()
1610 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_interface_cleanup()
1706 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_unbind_adapter_devices()
1718 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba) in bnx2fc_bind_adapter_devices()
1732 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_bind_pcidev()
1783 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba) in bnx2fc_unbind_pcidev()
1799 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_get_stats()
1835 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_start()
1890 static int bnx2fc_fw_init(struct bnx2fc_hba *hba) in bnx2fc_fw_init()
1935 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba) in bnx2fc_fw_destroy()
1968 struct bnx2fc_hba *hba = handle; in bnx2fc_ulp_stop()
2045 struct bnx2fc_hba *hba; in bnx2fc_ulp_init()
2181 struct bnx2fc_hba *hba; in __bnx2fc_enable()
2306 struct bnx2fc_hba *hba; in _bnx2fc_create()
2480 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2fc_find_hba_for_cnic()
2482 struct bnx2fc_hba *hba; in bnx2fc_find_hba_for_cnic()
2505 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device in bnx2fc_hba_lookup()
2508 struct bnx2fc_hba *hba; in bnx2fc_hba_lookup()
2526 struct bnx2fc_hba *hba; in bnx2fc_ulp_exit()
2761 struct bnx2fc_hba *hba, *next; in bnx2fc_mod_exit()