Searched refs:vmvir (Results 1 – 2 of 2) sorted by relevance
588 u32 vmvir; in txgbe_get_vf_queues() local638 vmvir = rd32(hw, TXGBE_POOLTAG(vf)); in txgbe_get_vf_queues()639 vlana = vmvir & TXGBE_POOLTAG_ACT_MASK; in txgbe_get_vf_queues()640 vid = vmvir & TXGBE_POOLTAG_VTAG_MASK; in txgbe_get_vf_queues()642 TXGBD_POOLTAG_VTAG_UP(vmvir); in txgbe_get_vf_queues()
647 u32 vmvir; in ixgbe_get_vf_queues() local701 vmvir = IXGBE_READ_REG(hw, IXGBE_VMVIR(vf)); in ixgbe_get_vf_queues()702 vlana = vmvir & IXGBE_VMVIR_VLANA_MASK; in ixgbe_get_vf_queues()703 vid = vmvir & IXGBE_VMVIR_VLAN_VID_MASK; in ixgbe_get_vf_queues()705 (vmvir & IXGBE_VMVIR_VLAN_UP_MASK) >> VLAN_PRIO_SHIFT; in ixgbe_get_vf_queues()