Searched refs:sas_expander_simple_attr (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/ | 
| D | scsi_transport_sas.c | 1305 #define sas_expander_simple_attr(field, name, format_string, type)	\  macro1310 sas_expander_simple_attr(vendor_id, vendor_id, "%s\n", char *);
 1311 sas_expander_simple_attr(product_id, product_id, "%s\n", char *);
 1312 sas_expander_simple_attr(product_rev, product_rev, "%s\n", char *);
 1313 sas_expander_simple_attr(component_vendor_id, component_vendor_id,
 1315 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int);
 1316 sas_expander_simple_attr(component_revision_id, component_revision_id, "%u\n",
 1318 sas_expander_simple_attr(level, level, "%d\n", int);
 
 |