Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Denic_pp.c40 if (vf != PORT_SELF_VF) { in enic_is_valid_pp_vf()
57 if (vf == PORT_SELF_VF && !enic_is_dynamic(enic)) { in enic_is_valid_pp_vf()
99 } else if (vf == PORT_SELF_VF) { in enic_set_port_profile()
153 if (vf == PORT_SELF_VF) in enic_unset_port_profile()
210 else if (vf == PORT_SELF_VF && !is_zero_ether_addr(netdev->dev_addr)) in enic_pp_disassociate()
297 else if (vf == PORT_SELF_VF && !is_zero_ether_addr(netdev->dev_addr)) in enic_pp_associate()
Denic_pp.h25 pp = (vf == PORT_SELF_VF) ? enic->pp : enic->pp + vf; \
Denic_main.c821 if (vf == PORT_SELF_VF) { in enic_set_vf_mac()
875 if (vf == PORT_SELF_VF) { in enic_set_vf_port()
902 if (vf == PORT_SELF_VF) in enic_set_vf_port()
914 if (vf == PORT_SELF_VF) in enic_set_vf_port()
919 if (vf == PORT_SELF_VF) in enic_set_vf_port()
/linux-4.1.27/include/uapi/linux/
Dif_link.h559 #define PORT_SELF_VF -1 macro
/linux-4.1.27/net/core/
Drtnetlink.c935 err = dev->netdev_ops->ndo_get_vf_port(dev, PORT_SELF_VF, skb); in rtnl_port_self_fill()
1785 err = ops->ndo_set_vf_port(dev, PORT_SELF_VF, port); in do_setlink()