Home
last modified time | relevance | path

Searched refs:PORT_SELF_VF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c25 if (vf != PORT_SELF_VF) { in enic_is_valid_pp_vf()
42 if (vf == PORT_SELF_VF && !enic_is_dynamic(enic)) { in enic_is_valid_pp_vf()
84 } else if (vf == PORT_SELF_VF) { in enic_set_port_profile()
138 if (vf == PORT_SELF_VF) in enic_unset_port_profile()
195 else if (vf == PORT_SELF_VF && !is_zero_ether_addr(netdev->dev_addr)) in enic_pp_disassociate()
282 else if (vf == PORT_SELF_VF && !is_zero_ether_addr(netdev->dev_addr)) in enic_pp_associate()
H A Denic_pp.h10 pp = (vf == PORT_SELF_VF) ? enic->pp : enic->pp + vf; \
H A Denic_main.c1082 if (vf == PORT_SELF_VF) { in enic_set_vf_mac()
1149 if (vf == PORT_SELF_VF) { in enic_set_vf_port()
1176 if (vf == PORT_SELF_VF) in enic_set_vf_port()
1188 if (vf == PORT_SELF_VF) in enic_set_vf_port()
1193 if (vf == PORT_SELF_VF) in enic_set_vf_port()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1061 #define PORT_SELF_VF -1 macro
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1146 #define PORT_SELF_VF -1 macro
/openbmc/linux/net/core/
H A Drtnetlink.c1191 err = dev->netdev_ops->ndo_get_vf_port(dev, PORT_SELF_VF, skb); in rtnl_port_self_fill()
3060 err = ops->ndo_set_vf_port(dev, PORT_SELF_VF, port); in do_setlink()