Searched refs:port_attrs (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/smc/ | 
| D | smc_ism.c | 232 	struct nlattr *port_attrs;  in smc_nl_handle_smcd_dev()  local265 	port_attrs = nla_nest_start(skb, SMC_NLA_DEV_PORT);  in smc_nl_handle_smcd_dev()
 266 	if (!port_attrs)  in smc_nl_handle_smcd_dev()
 275 	nla_nest_end(skb, port_attrs);  in smc_nl_handle_smcd_dev()
 281 	nla_nest_cancel(skb, port_attrs);  in smc_nl_handle_smcd_dev()
 
 | 
| D | smc_ib.c | 497 	struct nlattr *port_attrs;  in smc_nl_handle_dev_port()  local501 	port_attrs = nla_nest_start(skb, SMC_NLA_DEV_PORT + port);  in smc_nl_handle_dev_port()
 502 	if (!port_attrs)  in smc_nl_handle_dev_port()
 523 	nla_nest_end(skb, port_attrs);  in smc_nl_handle_dev_port()
 526 	nla_nest_cancel(skb, port_attrs);  in smc_nl_handle_dev_port()
 
 | 
| /Linux-v6.6/drivers/scsi/ | 
| D | scsi_sas_internal.h | 36 	struct device_attribute *port_attrs[SAS_PORT_ATTRS + 1];  member
 | 
| D | scsi_transport_sas.c | 1730 	SETUP_TEMPLATE(port_attrs, field, S_IRUGO, 1)1775 	i->port_attr_cont.ac.attrs = &i->port_attrs[0];  in sas_attach_transport()
 1819 	i->port_attrs[count] = NULL;  in sas_attach_transport()
 
 | 
| /Linux-v6.6/drivers/ata/ | 
| D | libata-transport.c | 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()
 
 | 
| /Linux-v6.6/drivers/usb/typec/ | 
| D | class.c | 1302 static struct attribute *port_attrs[] = {  variable1321 	.attrs = port_attrs,
 
 |