Searched defs:fcoe_transport (Results 1 – 1 of 1) sorted by relevance
302 struct fcoe_transport { struct303 char name[IFNAMSIZ];304 bool attached;305 struct list_head list;306 bool (*match) (struct net_device *device);307 int (*alloc) (struct net_device *device);308 int (*create) (struct net_device *device, enum fip_mode fip_mode);309 int (*destroy) (struct net_device *device);310 int (*enable) (struct net_device *device);311 int (*disable) (struct net_device *device);