Home
last modified time | relevance | path

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

/linux-6.12.1/include/scsi/
Dlibfcoe.h309 struct fcoe_transport { struct
310 char name[IFNAMSIZ];
311 bool attached;
312 struct list_head list;
313 bool (*match) (struct net_device *device);
314 int (*alloc) (struct net_device *device);
315 int (*create) (struct net_device *device, enum fip_mode fip_mode);
316 int (*destroy) (struct net_device *device);
317 int (*enable) (struct net_device *device);
318 int (*disable) (struct net_device *device);