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