Searched refs:pf_vlan (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_sriov.c | 708 ixgbe_set_vf_vlan(adapter, true, vfinfo->pf_vlan, vf); in ixgbe_vf_reset_event() 711 ixgbe_set_vmolr(hw, vf, !vfinfo->pf_vlan); in ixgbe_vf_reset_event() 714 if (!vfinfo->pf_vlan && !vfinfo->pf_qos && !num_tcs) { in ixgbe_vf_reset_event() 718 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_vf_reset_event() 721 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_vf_reset_event() 857 if (adapter->vfinfo[vf].pf_vlan) in ixgbe_vf_reset_msg() 949 if (adapter->vfinfo[vf].pf_vlan || tcs) { in ixgbe_set_vf_vlan_msg() 1061 else if (adapter->vfinfo[vf].pf_vlan || adapter->vfinfo[vf].pf_qos) in ixgbe_get_vf_queues() 1433 adapter->vfinfo[vf].pf_vlan = vlan; in ixgbe_enable_port_vlan() 1454 adapter->vfinfo[vf].pf_vlan, vf); in ixgbe_disable_port_vlan() [all …]
|
| D | ixgbe_dcb_nl.c | 654 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_dcbnl_ieee_setapp() 699 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_dcbnl_ieee_delapp()
|
| D | ixgbe.h | 177 u16 pf_vlan; /* When set, guest VLAN config not allowed. */ member
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 6996 if (vlan != adapter->vf_data[vf].pf_vlan) in igb_enable_port_vlan() 6997 igb_set_vf_vlan(adapter, adapter->vf_data[vf].pf_vlan, in igb_enable_port_vlan() 7000 adapter->vf_data[vf].pf_vlan = vlan; in igb_enable_port_vlan() 7024 if (adapter->vf_data[vf].pf_vlan) in igb_disable_port_vlan() 7025 igb_set_vf_vlan(adapter, adapter->vf_data[vf].pf_vlan, in igb_disable_port_vlan() 7028 adapter->vf_data[vf].pf_vlan = 0; in igb_disable_port_vlan() 7056 if (adapter->vf_data[vf].pf_vlan) in igb_set_vf_vlan_msg() 7079 igb_set_vf_vlan(adapter, vf_data->pf_vlan, true, vf); in igb_vf_reset() 7080 igb_set_vmvir(adapter, vf_data->pf_vlan | in igb_vf_reset() 7082 igb_set_vmolr(adapter, vf, !vf_data->pf_vlan); in igb_vf_reset() [all …]
|
| D | igb.h | 88 u16 pf_vlan; /* When set, guest VLAN config not allowed. */ member
|