Searched refs:FCOE_DEVICE_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe_sysfs.c | 132 #define FCOE_DEVICE_ATTR(_prefix, _name, _mode, _show, _store) \ macro 181 static FCOE_DEVICE_ATTR(ctlr, field, S_IRUGO, \ 186 static FCOE_DEVICE_ATTR(ctlr, field, S_IRUGO, \ 191 static FCOE_DEVICE_ATTR(fcf, field, S_IRUGO, \ 196 static FCOE_DEVICE_ATTR(fcf, field, S_IRUGO, \ 201 static FCOE_DEVICE_ATTR(ctlr, field, S_IRUGO, \ 206 static FCOE_DEVICE_ATTR(fcf, field, S_IRUGO, \ 318 static FCOE_DEVICE_ATTR(ctlr, mode, S_IRUGO | S_IWUSR, 380 static FCOE_DEVICE_ATTR(ctlr, enabled, S_IRUGO | S_IWUSR, 461 static FCOE_DEVICE_ATTR(ctlr, r_a_tov, S_IRUGO | S_IWUSR, [all …]
|