Searched refs:reg_cur_tx (Results 1 – 1 of 1) sorted by relevance
834 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in ixgbe_set_vf_rx_tx() local841 reg_cur_tx = IXGBE_READ_REG(hw, IXGBE_VFTE(reg_offset)); in ixgbe_set_vf_rx_tx()845 reg_req_tx = reg_cur_tx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()848 reg_req_tx = reg_cur_tx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()870 if (reg_cur_tx != reg_req_tx) in ixgbe_set_vf_rx_tx()