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