Searched refs:port_attrs (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/smc/ |
H A D | smc_ism.c | 277 struct nlattr *port_attrs; in smc_nl_handle_smcd_dev() local 310 port_attrs = nla_nest_start(skb, SMC_NLA_DEV_PORT); in smc_nl_handle_smcd_dev() 311 if (!port_attrs) in smc_nl_handle_smcd_dev() 320 nla_nest_end(skb, port_attrs); in smc_nl_handle_smcd_dev() 326 nla_nest_cancel(skb, port_attrs); in smc_nl_handle_smcd_dev()
|
H A D | smc_ib.c | 502 struct nlattr *port_attrs; in smc_nl_handle_dev_port() local 506 port_attrs = nla_nest_start(skb, SMC_NLA_DEV_PORT + port); in smc_nl_handle_dev_port() 507 if (!port_attrs) in smc_nl_handle_dev_port() 528 nla_nest_end(skb, port_attrs); in smc_nl_handle_dev_port() 531 nla_nest_cancel(skb, port_attrs); in smc_nl_handle_dev_port()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_sas_internal.h | 36 struct device_attribute *port_attrs[SAS_PORT_ATTRS + 1]; member
|
H A D | scsi_transport_sas.c | 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()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-transport.c | 62 struct device_attribute *port_attrs[ATA_PORT_ATTRS + 1]; member 750 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()
|
/openbmc/linux/drivers/usb/typec/ |
H A D | class.c | 1313 static struct attribute *port_attrs[] = { variable 1332 .attrs = port_attrs,
|