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