Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Ddevlink.c795 attrs->pci_sf.controller) || in devlink_nl_port_attrs_put()
797 attrs->pci_sf.pf) || in devlink_nl_port_attrs_put()
799 attrs->pci_sf.sf)) in devlink_nl_port_attrs_put()
9360 attrs->pci_sf.controller = controller; in devlink_port_attrs_pci_sf_set()
9361 attrs->pci_sf.pf = pf; in devlink_port_attrs_pci_sf_set()
9362 attrs->pci_sf.sf = sf; in devlink_port_attrs_pci_sf_set()
9363 attrs->pci_sf.external = external; in devlink_port_attrs_pci_sf_set()
9517 if (attrs->pci_sf.external) { in __devlink_port_phys_port_name_get()
9518 n = snprintf(name, len, "c%u", attrs->pci_sf.controller); in __devlink_port_phys_port_name_get()
9524 n = snprintf(name, len, "pf%usf%u", attrs->pci_sf.pf, in __devlink_port_phys_port_name_get()
[all …]
/Linux-v5.15/include/net/
Ddevlink.h134 struct devlink_port_pci_sf_attrs pci_sf; member