Home
last modified time | relevance | path

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

/net/core/
Drtnetlink.c1040 int vf; in rtnl_vf_ports_fill() local
1047 for (vf = 0; vf < dev_num_vf(dev->dev.parent); vf++) { in rtnl_vf_ports_fill()
1051 if (nla_put_u32(skb, IFLA_PORT_VF, vf)) in rtnl_vf_ports_fill()
1053 err = dev->netdev_ops->ndo_get_vf_port(dev, vf, skb); in rtnl_vf_ports_fill()
1199 struct nlattr *vf, *vfstats, *vfvlanlist; in rtnl_fill_vfinfo() local
1233 vf_mac.vf = in rtnl_fill_vfinfo()
1234 vf_vlan.vf = in rtnl_fill_vfinfo()
1235 vf_vlan_info.vf = in rtnl_fill_vfinfo()
1236 vf_rate.vf = in rtnl_fill_vfinfo()
1237 vf_tx_rate.vf = in rtnl_fill_vfinfo()
[all …]
Ddevlink.c525 attrs->pci_vf.vf)) in devlink_nl_port_attrs_put()
6568 u16 pf, u16 vf) in devlink_port_attrs_pci_vf_set() argument
6579 attrs->pci_vf.vf = vf; in devlink_port_attrs_pci_vf_set()
6613 attrs->pci_vf.pf, attrs->pci_vf.vf); in __devlink_port_phys_port_name_get()
Dethtool.c3104 act->queue.vf = ethtool_get_flow_spec_ring_vf(fs->ring_cookie); in ethtool_rx_flow_rule_create()