Home
last modified time | relevance | path

Searched refs:fcoe_interface (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.h77 struct fcoe_interface { struct
92 ((struct fcoe_interface *)((x) + 1)) argument
100 return ((struct fcoe_interface *) in fcoe_netdev()
Dfcoe.c94 static struct fcoe_interface
301 static int fcoe_interface_setup(struct fcoe_interface *fcoe, in fcoe_interface_setup()
385 static struct fcoe_interface *fcoe_interface_create(struct net_device *netdev, in fcoe_interface_create()
390 struct fcoe_interface *fcoe; in fcoe_interface_create()
401 size = sizeof(struct fcoe_ctlr) + sizeof(struct fcoe_interface); in fcoe_interface_create()
447 static void fcoe_interface_remove(struct fcoe_interface *fcoe) in fcoe_interface_remove()
490 static void fcoe_interface_cleanup(struct fcoe_interface *fcoe) in fcoe_interface_cleanup()
522 struct fcoe_interface *fcoe; in fcoe_fip_recv()
525 fcoe = container_of(ptype, struct fcoe_interface, fip_packet_type); in fcoe_fip_recv()
566 struct fcoe_interface *fcoe = port->priv; in fcoe_update_src_mac()
[all …]