Searched refs:FCOE_DEVICE_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 129 #define FCOE_DEVICE_ATTR(_prefix, _name, _mode, _show, _store) \ macro 178 static FCOE_DEVICE_ATTR(ctlr, field, S_IRUGO, \ 183 static FCOE_DEVICE_ATTR(ctlr, field, S_IRUGO, \ 188 static FCOE_DEVICE_ATTR(fcf, field, S_IRUGO, \ 193 static FCOE_DEVICE_ATTR(fcf, field, S_IRUGO, \ 198 static FCOE_DEVICE_ATTR(ctlr, field, S_IRUGO, \ 203 static FCOE_DEVICE_ATTR(fcf, field, S_IRUGO, \ 240 static FCOE_DEVICE_ATTR(fcf, state, S_IRUGO, show_fcf_state, NULL); 298 static FCOE_DEVICE_ATTR(ctlr, mode, S_IRUGO | S_IWUSR, 360 static FCOE_DEVICE_ATTR(ctlr, enabled, S_IRUGO | S_IWUSR, [all …]
|