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.c2897 u32 raw_swap = 0; in ice_update_fd_swap() local
2905 raw_swap |= used[idx] << (k * BITS_PER_BYTE); in ice_update_fd_swap()
2912 wr32(hw, GLQF_FDSWAP(prof_id, j), raw_swap); in ice_update_fd_swap()
2915 prof_id, j, GLQF_FDSWAP(prof_id, j), raw_swap); in ice_update_fd_swap()
3002 u32 raw_swap, raw_in; in ice_disable_fd_swap() local
3005 raw_swap = 0; in ice_disable_fd_swap()
3009 raw_swap |= (swap_val++) << (j * BITS_PER_BYTE); in ice_disable_fd_swap()
3014 wr32(hw, GLQF_FDSWAP(prof_id, i), raw_swap); in ice_disable_fd_swap()
3017 prof_id, i, GLQF_FDSWAP(prof_id, i), raw_swap); in ice_disable_fd_swap()