Lines Matching refs:bnx2fc_interface

61 static void __bnx2fc_destroy(struct bnx2fc_interface *interface);
72 static void bnx2fc_start_disc(struct bnx2fc_interface *interface);
80 static struct fc_lport *bnx2fc_if_create(struct bnx2fc_interface *interface,
85 static struct bnx2fc_interface *bnx2fc_interface_lookup(struct net_device
87 static inline void bnx2fc_interface_put(struct bnx2fc_interface *interface);
94 static void bnx2fc_stop(struct bnx2fc_interface *interface);
110 return ((struct bnx2fc_interface *) in bnx2fc_netdev()
119 struct bnx2fc_interface *fcoe = fcoe_ctlr_priv(ctlr); in bnx2fc_fcf_get_vlan_id()
171 struct bnx2fc_interface *interface = port->priv; in bnx2fc_cleanup()
249 struct bnx2fc_interface *interface; in bnx2fc_xmit()
410 struct bnx2fc_interface *interface; in bnx2fc_rcv()
418 interface = container_of(ptype, struct bnx2fc_interface, in bnx2fc_rcv()
635 struct bnx2fc_interface *interface = port->priv; in bnx2fc_get_host_stats()
680 struct bnx2fc_interface *interface = port->priv; in bnx2fc_shost_config()
713 struct bnx2fc_interface *interface = port->priv; in bnx2fc_link_ok()
745 struct bnx2fc_interface *interface; in bnx2fc_net_config()
814 struct bnx2fc_interface *interface, *tmp; in bnx2fc_indicate_netevent()
1008 struct bnx2fc_interface *interface; in bnx2fc_fip_recv()
1010 interface = container_of(ptype, struct bnx2fc_interface, in bnx2fc_fip_recv()
1064 struct bnx2fc_interface *interface = port->priv; in bnx2fc_vport_create()
1127 struct bnx2fc_interface *interface = port->priv; in bnx2fc_vport_destroy()
1167 static int bnx2fc_interface_setup(struct bnx2fc_interface *interface) in bnx2fc_interface_setup()
1242 struct bnx2fc_interface *interface; in bnx2fc_interface_release()
1246 interface = container_of(kref, struct bnx2fc_interface, kref); in bnx2fc_interface_release()
1263 static inline void bnx2fc_interface_get(struct bnx2fc_interface *interface) in bnx2fc_interface_get()
1268 static inline void bnx2fc_interface_put(struct bnx2fc_interface *interface) in bnx2fc_interface_put()
1367 struct bnx2fc_interface *bnx2fc_interface_create(struct bnx2fc_hba *hba, in bnx2fc_interface_create()
1372 struct bnx2fc_interface *interface; in bnx2fc_interface_create()
1420 static struct fc_lport *bnx2fc_if_create(struct bnx2fc_interface *interface, in bnx2fc_if_create()
1521 static void bnx2fc_net_cleanup(struct bnx2fc_interface *interface) in bnx2fc_net_cleanup()
1529 static void bnx2fc_interface_cleanup(struct bnx2fc_interface *interface) in bnx2fc_interface_cleanup()
1570 static void __bnx2fc_destroy(struct bnx2fc_interface *interface) in __bnx2fc_destroy()
1595 struct bnx2fc_interface *interface = NULL; in bnx2fc_destroy()
1764 struct bnx2fc_interface *interface; in bnx2fc_ulp_start()
1796 static void bnx2fc_stop(struct bnx2fc_interface *interface) in bnx2fc_stop()
1898 struct bnx2fc_interface *interface; in bnx2fc_ulp_stop()
1924 static void bnx2fc_start_disc(struct bnx2fc_interface *interface) in bnx2fc_start_disc()
2012 struct bnx2fc_interface *interface = fcoe_ctlr_priv(ctlr); in __bnx2fc_disable()
2032 struct bnx2fc_interface *interface; in bnx2fc_disable()
2092 struct bnx2fc_interface *interface = fcoe_ctlr_priv(ctlr); in __bnx2fc_enable()
2145 struct bnx2fc_interface *interface; in bnx2fc_enable()
2217 struct bnx2fc_interface *interface; in _bnx2fc_create()
2403 static struct bnx2fc_interface *bnx2fc_interface_lookup(struct net_device in bnx2fc_interface_lookup()
2406 struct bnx2fc_interface *interface; in bnx2fc_interface_lookup()
2438 struct bnx2fc_interface *interface, *tmp; in bnx2fc_ulp_exit()