Searched refs:pf_vlan (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 520 ixgbe_set_vf_vlan(adapter, true, vfinfo->pf_vlan, vf); in ixgbe_vf_reset_event() 523 ixgbe_set_vmolr(hw, vf, !vfinfo->pf_vlan); in ixgbe_vf_reset_event() 526 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event() 530 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_vf_reset_event() 533 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_vf_reset_event() 800 if (adapter->vfinfo[vf].pf_vlan || tcs) { in ixgbe_set_vf_vlan_msg() 946 else if (adapter->vfinfo[vf].pf_vlan || adapter->vfinfo[vf].pf_qos) in ixgbe_get_vf_queues() 1180 adapter->vfinfo[vf].pf_vlan = vlan; in ixgbe_enable_port_vlan() 1201 adapter->vfinfo[vf].pf_vlan, vf); in ixgbe_disable_port_vlan() 1212 adapter->vfinfo[vf].pf_vlan = 0; in ixgbe_disable_port_vlan() [all …]
|
D | ixgbe_dcb_nl.c | 679 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_dcbnl_ieee_setapp() 724 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_dcbnl_ieee_delapp()
|
D | ixgbe.h | 149 u16 pf_vlan; /* When set, guest VLAN config not allowed. */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb.h | 101 u16 pf_vlan; /* When set, guest VLAN config not allowed. */ member
|
D | igb_main.c | 5940 adapter->vf_data[vf].pf_vlan = vlan; in igb_ndo_set_vf_vlan() 5951 igb_vlvf_set(adapter, adapter->vf_data[vf].pf_vlan, in igb_ndo_set_vf_vlan() 5955 adapter->vf_data[vf].pf_vlan = 0; in igb_ndo_set_vf_vlan() 6044 if (adapter->vf_data[vf].pf_vlan) in igb_vf_reset() 6046 adapter->vf_data[vf].pf_vlan, in igb_vf_reset() 6189 if (vf_data->pf_vlan) in igb_rcv_msg_from_vf() 7935 ivi->vlan = adapter->vf_data[vf].pf_vlan; in igb_ndo_get_vf_config()
|