Searched refs:vf (Results 1 – 3 of 3) sorted by relevance
/net/core/ |
D | rtnetlink.c | 1072 int vf; in rtnl_vf_ports_fill() local 1079 for (vf = 0; vf < dev_num_vf(dev->dev.parent); vf++) { in rtnl_vf_ports_fill() 1083 if (nla_put_u32(skb, IFLA_PORT_VF, vf)) in rtnl_vf_ports_fill() 1085 err = dev->netdev_ops->ndo_get_vf_port(dev, vf, skb); in rtnl_vf_ports_fill() 1231 struct nlattr *vf, *vfstats, *vfvlanlist; in rtnl_fill_vfinfo() local 1269 vf_mac.vf = in rtnl_fill_vfinfo() 1270 vf_vlan.vf = in rtnl_fill_vfinfo() 1271 vf_vlan_info.vf = in rtnl_fill_vfinfo() 1272 vf_rate.vf = in rtnl_fill_vfinfo() 1273 vf_tx_rate.vf = in rtnl_fill_vfinfo() [all …]
|
D | devlink.c | 688 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_VF_NUMBER, attrs->pci_vf.vf)) in devlink_nl_port_attrs_put() 8358 u16 pf, u16 vf, bool external) in devlink_port_attrs_pci_vf_set() argument 8371 attrs->pci_vf.vf = vf; in devlink_port_attrs_pci_vf_set() 8421 attrs->pci_vf.pf, attrs->pci_vf.vf); in __devlink_port_phys_port_name_get()
|
/net/ethtool/ |
D | ioctl.c | 3215 act->queue.vf = ethtool_get_flow_spec_ring_vf(fs->ring_cookie); in ethtool_rx_flow_rule_create()
|