Searched refs:reg_req_rx (Results 1 – 1 of 1) sorted by relevance
836 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in ixgbe_set_vf_rx_tx() local848 reg_req_rx = reg_cur_rx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()851 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()868 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()874 if (reg_cur_rx != reg_req_rx) in ixgbe_set_vf_rx_tx()875 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg_req_rx); in ixgbe_set_vf_rx_tx()