Searched refs:IXGBE_PVFTXDCTL (Results 1 – 2 of 2) sorted by relevance
744 reg_val = IXGBE_READ_REG(hw, IXGBE_PVFTXDCTL(reg_idx)); in ixgbe_vf_reset_event()749 IXGBE_WRITE_REG(hw, IXGBE_PVFTXDCTL(reg_idx), reg_val); in ixgbe_vf_reset_event()751 IXGBE_WRITE_REG(hw, IXGBE_PVFTXDCTL(reg_idx), reg_val); in ixgbe_vf_reset_event()
2521 #define IXGBE_PVFTXDCTL(P) (0x06028 + (0x40 * (P))) macro