Home
last modified time | relevance | path

Searched refs:vmvir (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c588 u32 vmvir; in txgbe_get_vf_queues() local
638 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()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c647 u32 vmvir; in ixgbe_get_vf_queues() local
701 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()