Home
last modified time | relevance | path

Searched refs:pci_pf (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/devlink/
H A Dport.c246 attrs->pci_pf.controller) || in devlink_nl_port_attrs_put()
247 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_PF_NUMBER, attrs->pci_pf.pf)) in devlink_nl_port_attrs_put()
249 if (nla_put_u8(msg, DEVLINK_ATTR_PORT_EXTERNAL, attrs->pci_pf.external)) in devlink_nl_port_attrs_put()
1394 attrs->pci_pf.controller = controller; in devlink_port_attrs_pci_pf_set()
1395 attrs->pci_pf.pf = pf; in devlink_port_attrs_pci_pf_set()
1396 attrs->pci_pf.external = external; in devlink_port_attrs_pci_pf_set()
1546 if (attrs->pci_pf.external) { in __devlink_port_phys_port_name_get()
1547 n = snprintf(name, len, "c%u", attrs->pci_pf.controller); in __devlink_port_phys_port_name_get()
1553 n = snprintf(name, len, "pf%u", attrs->pci_pf.pf); in __devlink_port_phys_port_name_get()
/linux-6.15/include/net/
H A Ddevlink.h96 struct devlink_port_pci_pf_attrs pci_pf; member
/linux-6.15/Documentation/netlink/specs/
H A Ddevlink.yaml41 name: pci_pf