Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c837 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in ixgbe_set_vf_rx_tx() local
849 reg_req_rx = reg_cur_rx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()
852 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
869 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
875 if (reg_cur_rx != reg_req_rx) in ixgbe_set_vf_rx_tx()
876 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg_req_rx); in ixgbe_set_vf_rx_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c837 u32 reg_cur_tx, reg_cur_rx, reg_req_tx, reg_req_rx; in ixgbe_set_vf_rx_tx() local
849 reg_req_rx = reg_cur_rx | 1 << vf_shift; in ixgbe_set_vf_rx_tx()
852 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
869 reg_req_rx = reg_cur_rx & ~(1 << vf_shift); in ixgbe_set_vf_rx_tx()
875 if (reg_cur_rx != reg_req_rx) in ixgbe_set_vf_rx_tx()
876 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), reg_req_rx); in ixgbe_set_vf_rx_tx()

Completed in 5 milliseconds