Searched defs:fcoe_transport (Results 1 – 1 of 1) sorted by relevance
313 struct fcoe_transport { struct314 char name[IFNAMSIZ];315 bool attached;316 struct list_head list;317 bool (*match) (struct net_device *device);318 int (*alloc) (struct net_device *device);319 int (*create) (struct net_device *device, enum fip_mode fip_mode);320 int (*destroy) (struct net_device *device);321 int (*enable) (struct net_device *device);322 int (*disable) (struct net_device *device);