Searched defs:fcoe_transport (Results 1 – 1 of 1) sorted by relevance
308 struct fcoe_transport { struct309 char name[IFNAMSIZ];310 bool attached;311 struct list_head list;312 bool (*match) (struct net_device *device);313 int (*alloc) (struct net_device *device);314 int (*create) (struct net_device *device, enum fip_state fip_mode);315 int (*destroy) (struct net_device *device);316 int (*enable) (struct net_device *device);317 int (*disable) (struct net_device *device);