Searched refs:vmvir (Results 1 – 2 of 2) sorted by relevance
589 u32 vmvir; in txgbe_get_vf_queues() local639 vmvir = rd32(hw, TXGBE_POOLTAG(vf)); in txgbe_get_vf_queues()640 vlana = vmvir & TXGBE_POOLTAG_ACT_MASK; in txgbe_get_vf_queues()641 vid = vmvir & TXGBE_POOLTAG_VTAG_MASK; in txgbe_get_vf_queues()643 TXGBD_POOLTAG_VTAG_UP(vmvir); in txgbe_get_vf_queues()
630 u32 vmvir; in ixgbe_get_vf_queues() local684 vmvir = IXGBE_READ_REG(hw, IXGBE_VMVIR(vf)); in ixgbe_get_vf_queues()685 vlana = vmvir & IXGBE_VMVIR_VLANA_MASK; in ixgbe_get_vf_queues()686 vid = vmvir & IXGBE_VMVIR_VLAN_VID_MASK; in ixgbe_get_vf_queues()688 (vmvir & IXGBE_VMVIR_VLAN_UP_MASK) >> VLAN_PRIO_SHIFT; in ixgbe_get_vf_queues()