Home
last modified time | relevance | path

Searched refs:reg_req_rx (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c836 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in ixgbe_set_vf_rx_tx() local
848 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()