Searched refs:ZFCP_DEV_ATTR (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 17 #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ macro 29 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 39 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 58 static ZFCP_DEV_ATTR(adapter, _name, S_IRUGO, \ 119 static ZFCP_DEV_ATTR(port, failed, S_IWUSR | S_IRUGO, 163 static ZFCP_DEV_ATTR(unit, failed, S_IWUSR | S_IRUGO, 209 static ZFCP_DEV_ATTR(adapter, failed, S_IWUSR | S_IRUGO, 246 static ZFCP_DEV_ATTR(adapter, port_rescan, S_IWUSR, NULL, 338 static ZFCP_DEV_ATTR(adapter, port_remove, S_IWUSR, NULL, 381 static ZFCP_DEV_ATTR(adapter, diag_max_age, 0644, [all …]
|