Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c2893 u32 raw_swap = 0; in ice_update_fd_swap() local
2901 raw_swap |= used[idx] << (k * BITS_PER_BYTE); in ice_update_fd_swap()
2908 wr32(hw, GLQF_FDSWAP(prof_id, j), raw_swap); in ice_update_fd_swap()
2911 prof_id, j, GLQF_FDSWAP(prof_id, j), raw_swap); in ice_update_fd_swap()
2998 u32 raw_swap, raw_in; in ice_disable_fd_swap() local
3001 raw_swap = 0; in ice_disable_fd_swap()
3005 raw_swap |= (swap_val++) << (j * BITS_PER_BYTE); in ice_disable_fd_swap()
3010 wr32(hw, GLQF_FDSWAP(prof_id, i), raw_swap); in ice_disable_fd_swap()
3013 prof_id, i, GLQF_FDSWAP(prof_id, i), raw_swap); in ice_disable_fd_swap()