Searched refs:pf_vlan (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 526 ixgbe_set_vf_vlan(adapter, true, vfinfo->pf_vlan, vf); in ixgbe_vf_reset_event() 529 ixgbe_set_vmolr(hw, vf, !vfinfo->pf_vlan); in ixgbe_vf_reset_event() 532 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event() 536 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_vf_reset_event() 539 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_vf_reset_event() 806 if (adapter->vfinfo[vf].pf_vlan || tcs) { in ixgbe_set_vf_vlan_msg() 952 else if (adapter->vfinfo[vf].pf_vlan || adapter->vfinfo[vf].pf_qos) in ixgbe_get_vf_queues() 1253 adapter->vfinfo[vf].pf_vlan = vlan; in ixgbe_enable_port_vlan() 1274 adapter->vfinfo[vf].pf_vlan, vf); in ixgbe_disable_port_vlan() 1285 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.4.14/drivers/net/ethernet/intel/igb/ |
D | igb.h | 101 u16 pf_vlan; /* When set, guest VLAN config not allowed. */ member
|
D | igb_main.c | 5932 adapter->vf_data[vf].pf_vlan = vlan; in igb_ndo_set_vf_vlan() 5943 igb_vlvf_set(adapter, adapter->vf_data[vf].pf_vlan, in igb_ndo_set_vf_vlan() 5947 adapter->vf_data[vf].pf_vlan = 0; in igb_ndo_set_vf_vlan() 6036 if (adapter->vf_data[vf].pf_vlan) in igb_vf_reset() 6038 adapter->vf_data[vf].pf_vlan, in igb_vf_reset() 6181 if (vf_data->pf_vlan) in igb_rcv_msg_from_vf() 7890 ivi->vlan = adapter->vf_data[vf].pf_vlan; in igb_ndo_get_vf_config()
|