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

/linux-master/drivers/scsi/fcoe/
H A Dfcoe.h54 * struct fcoe_interface - A FCoE interface
65 struct fcoe_interface { struct
81 ((struct fcoe_interface *)((x) + 1))
89 return ((struct fcoe_interface *)
H A Dfcoe.c86 static struct fcoe_interface
291 static int fcoe_interface_setup(struct fcoe_interface *fcoe,
377 * Returns: pointer to a struct fcoe_interface or NULL on error
379 static struct fcoe_interface *fcoe_interface_create(struct net_device *netdev,
384 struct fcoe_interface *fcoe;
395 size = sizeof(struct fcoe_ctlr) + sizeof(struct fcoe_interface);
441 static void fcoe_interface_remove(struct fcoe_interface *fcoe)
485 static void fcoe_interface_cleanup(struct fcoe_interface *fcoe)
512 struct fcoe_interface *fcoe;
515 fcoe = container_of(ptype, struct fcoe_interface, fip_packet_typ
[all...]

Completed in 104 milliseconds