Home
last modified time | relevance | path

Searched defs:fcoe_transport (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/scsi/
Dlibfcoe.h304 struct fcoe_transport { struct
305 char name[IFNAMSIZ];
306 bool attached;
307 struct list_head list;
308 bool (*match) (struct net_device *device);
309 int (*alloc) (struct net_device *device);
310 int (*create) (struct net_device *device, enum fip_mode fip_mode);
311 int (*destroy) (struct net_device *device);
312 int (*enable) (struct net_device *device);
313 int (*disable) (struct net_device *device);