Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Ddevlink.c686 attrs->pci_vf.controller) || in devlink_nl_port_attrs_put()
687 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_PF_NUMBER, attrs->pci_vf.pf) || in devlink_nl_port_attrs_put()
688 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_VF_NUMBER, attrs->pci_vf.vf)) in devlink_nl_port_attrs_put()
690 if (nla_put_u8(msg, DEVLINK_ATTR_PORT_EXTERNAL, attrs->pci_vf.external)) in devlink_nl_port_attrs_put()
8366 attrs->pci_vf.controller = controller; in devlink_port_attrs_pci_vf_set()
8367 attrs->pci_vf.pf = pf; in devlink_port_attrs_pci_vf_set()
8368 attrs->pci_vf.vf = vf; in devlink_port_attrs_pci_vf_set()
8369 attrs->pci_vf.external = external; in devlink_port_attrs_pci_vf_set()
8410 if (attrs->pci_vf.external) { in __devlink_port_phys_port_name_get()
8411 n = snprintf(name, len, "c%u", attrs->pci_vf.controller); in __devlink_port_phys_port_name_get()
[all …]
/kernel/linux/linux-5.10/include/net/
Ddevlink.h115 struct devlink_port_pci_vf_attrs pci_vf; member