Searched refs:IXGBE_VMVIR (Results 1 – 3 of 3) sorted by relevance
368 IXGBE_WRITE_REG(hw, IXGBE_VMVIR(vf), 0); in ixgbe_vf_reset_event()684 vmvir = IXGBE_READ_REG(hw, IXGBE_VMVIR(vf)); in ixgbe_get_vf_queues()
162 ctrl = IXGBE_READ_REG(hw, IXGBE_VMVIR(vf)); in rte_pmd_ixgbe_set_vf_vlan_insert()170 IXGBE_WRITE_REG(hw, IXGBE_VMVIR(vf), ctrl); in rte_pmd_ixgbe_set_vf_vlan_insert()
446 #define IXGBE_VMVIR(_i) (0x08000 + ((_i) * 4)) /* 64 of these (0-63) */ macro