Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c589 u32 vmvir; in txgbe_get_vf_queues() local
639 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()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c630 u32 vmvir; in ixgbe_get_vf_queues() local
684 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()