Searched refs:ISCSI_IFACE_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_iscsi.c | 291 #define ISCSI_IFACE_ATTR(_prefix, _name, _mode, _show, _store) \ macro 308 static ISCSI_IFACE_ATTR(type, name, S_IRUGO, show_##type##_##name, NULL); 312 static ISCSI_IFACE_ATTR(type, name, S_IRUGO, show_##type##_##name, NULL);
|