Home
last modified time | relevance | path

Searched refs:pci_sf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/devlink/
H A Dport.c238 attrs->pci_sf.controller) || in devlink_nl_port_attrs_put()
240 attrs->pci_sf.pf) || in devlink_nl_port_attrs_put()
242 attrs->pci_sf.sf)) in devlink_nl_port_attrs_put()
1388 attrs->pci_sf.controller = controller; in devlink_port_attrs_pci_sf_set()
1389 attrs->pci_sf.pf = pf; in devlink_port_attrs_pci_sf_set()
1390 attrs->pci_sf.sf = sf; in devlink_port_attrs_pci_sf_set()
1391 attrs->pci_sf.external = external; in devlink_port_attrs_pci_sf_set()
1461 if (attrs->pci_sf.external) { in __devlink_port_phys_port_name_get()
1462 n = snprintf(name, len, "c%u", attrs->pci_sf.controller); in __devlink_port_phys_port_name_get()
1468 n = snprintf(name, len, "pf%usf%u", attrs->pci_sf.pf, in __devlink_port_phys_port_name_get()
[all …]
/openbmc/linux/include/net/
H A Ddevlink.h97 struct devlink_port_pci_sf_attrs pci_sf; member