Searched refs:port_attrs (Results 1 – 4 of 4) sorted by relevance
36 struct device_attribute *port_attrs[SAS_PORT_ATTRS + 1]; member
1753 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)1798 i->port_attr_cont.ac.attrs = &i->port_attrs[0]; in sas_attach_transport()1842 i->port_attrs[count] = NULL; in sas_attach_transport()
62 struct device_attribute *port_attrs[ATA_PORT_ATTRS + 1]; member750 SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)770 i->t.host_attrs.ac.attrs = &i->port_attrs[0]; in ata_attach_transport()790 i->port_attrs[count] = NULL; in ata_attach_transport()
1310 static struct attribute *port_attrs[] = { variable1329 .attrs = port_attrs,