Home
last modified time | relevance | path

Searched refs:sas_expander_simple_attr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_sas.c1309 #define sas_expander_simple_attr(field, name, format_string, type) \ macro
1314 sas_expander_simple_attr(vendor_id, vendor_id, "%s\n", char *);
1315 sas_expander_simple_attr(product_id, product_id, "%s\n", char *);
1316 sas_expander_simple_attr(product_rev, product_rev, "%s\n", char *);
1317 sas_expander_simple_attr(component_vendor_id, component_vendor_id,
1319 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int);
1320 sas_expander_simple_attr(component_revision_id, component_revision_id, "%u\n",
1322 sas_expander_simple_attr(level, level, "%d\n", int);
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_sas.c1315 #define sas_expander_simple_attr(field, name, format_string, type) \ macro
1320 sas_expander_simple_attr(vendor_id, vendor_id, "%s\n", char *);
1321 sas_expander_simple_attr(product_id, product_id, "%s\n", char *);
1322 sas_expander_simple_attr(product_rev, product_rev, "%s\n", char *);
1323 sas_expander_simple_attr(component_vendor_id, component_vendor_id,
1325 sas_expander_simple_attr(component_id, component_id, "%u\n", unsigned int);
1326 sas_expander_simple_attr(component_revision_id, component_revision_id, "%u\n",
1328 sas_expander_simple_attr(level, level, "%d\n", int);

Completed in 6 milliseconds