Searched refs:reg_cur_rx (Results 1 – 2 of 2) sorted by relevance
315 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in wx_set_vf_rx_tx() local318 reg_cur_rx = rd32(wx, WX_RDM_VF_RE(index)); in wx_set_vf_rx_tx()322 reg_req_rx = reg_cur_rx | BIT(vf_bit); in wx_set_vf_rx_tx()326 if (reg_cur_rx != reg_req_rx) in wx_set_vf_rx_tx()334 if (reg_cur_rx & reg_req_rx) in wx_set_vf_rx_tx()
839 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in ixgbe_set_vf_rx_tx() local847 reg_cur_rx = IXGBE_READ_REG(hw, IXGBE_VFRE(reg_offset)); in ixgbe_set_vf_rx_tx()851 reg_req_rx = reg_cur_rx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()854 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()871 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()877 if (reg_cur_rx != reg_req_rx) in ixgbe_set_vf_rx_tx()