Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_devlink.c1071 attrs.pci_vf.pf = pf->hw.bus.func; in ice_devlink_create_vf_port()
1072 attrs.pci_vf.vf = vf->vf_id; in ice_devlink_create_vf_port()
/Linux-v6.1/drivers/net/netdevsim/
Ddev.c1381 attrs.pci_vf.pf = 0; in __nsim_dev_port_add()
1382 attrs.pci_vf.vf = port_index; in __nsim_dev_port_add()
/Linux-v6.1/net/core/
Ddevlink.c1087 attrs->pci_vf.controller) || in devlink_nl_port_attrs_put()
1088 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_PF_NUMBER, attrs->pci_vf.pf) || in devlink_nl_port_attrs_put()
1089 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_VF_NUMBER, attrs->pci_vf.vf)) in devlink_nl_port_attrs_put()
1091 if (nla_put_u8(msg, DEVLINK_ATTR_PORT_EXTERNAL, attrs->pci_vf.external)) in devlink_nl_port_attrs_put()
10178 attrs->pci_vf.controller = controller; in devlink_port_attrs_pci_vf_set()
10179 attrs->pci_vf.pf = pf; in devlink_port_attrs_pci_vf_set()
10180 attrs->pci_vf.vf = vf; in devlink_port_attrs_pci_vf_set()
10181 attrs->pci_vf.external = external; in devlink_port_attrs_pci_vf_set()
10362 if (attrs->pci_vf.external) { in __devlink_port_phys_port_name_get()
10363 n = snprintf(name, len, "c%u", attrs->pci_vf.controller); in __devlink_port_phys_port_name_get()
[all …]
/Linux-v6.1/include/net/
Ddevlink.h96 struct devlink_port_pci_vf_attrs pci_vf; member