Searched refs:IXGBE_VFRXDCTL (Results 1 – 2 of 2) sorted by relevance
121 IXGBE_WRITE_REG(hw, IXGBE_VFRXDCTL(i), 0); in ixgbe_virt_clr_reg()270 reg_val = IXGBE_VFREAD_REG(hw, IXGBE_VFRXDCTL(i)); in ixgbe_stop_adapter_vf()272 IXGBE_VFWRITE_REG(hw, IXGBE_VFRXDCTL(i), reg_val); in ixgbe_stop_adapter_vf()
66 #define IXGBE_VFRXDCTL(x) (0x01028 + (0x40 * (x))) macro