Home
last modified time | relevance | path

Searched refs:fcoe_fcf_device_add (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/scsi/
Dfcoe_sysfs.h112 struct fcoe_fcf_device *fcoe_fcf_device_add(struct fcoe_ctlr_device *,
/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe_sysfs.c969 struct fcoe_fcf_device *fcoe_fcf_device_add(struct fcoe_ctlr_device *ctlr, in fcoe_fcf_device_add() function
1029 EXPORT_SYMBOL_GPL(fcoe_fcf_device_add);
Dfcoe_ctlr.c195 fcf_dev = fcoe_fcf_device_add(ctlr_dev, temp); in fcoe_sysfs_fcf_add()