Searched refs:rphy_attrs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_sas_internal.h | 37 struct device_attribute *rphy_attrs[SAS_RPORT_ATTRS + 1]; member
|
H A D | scsi_transport_sas.c | 1707 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1) 1710 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func) 1774 i->rphy_attr_cont.ac.attrs = &i->rphy_attrs[0]; in sas_attach_transport() 1826 i->rphy_attrs[count] = NULL; in sas_attach_transport()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_sas_internal.h | 37 struct device_attribute *rphy_attrs[SAS_RPORT_ATTRS + 1]; member
|
H A D | scsi_transport_sas.c | 1713 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, 1) 1716 SETUP_TEMPLATE(rphy_attrs, field, S_IRUGO, i->f->func) 1780 i->rphy_attr_cont.ac.attrs = &i->rphy_attrs[0]; in sas_attach_transport() 1832 i->rphy_attrs[count] = NULL; in sas_attach_transport()
|
Completed in 6 milliseconds