Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h80 #define ICE_FXD_FLTR_QW0_TO_Q_PRI_S 35 macro
81 #define ICE_FXD_FLTR_QW0_TO_Q_PRI_M (0x7ULL << ICE_FXD_FLTR_QW0_TO_Q_PRI_S)
Dice_fdir.c623 qword |= ((u64)ctx->toq_prio << ICE_FXD_FLTR_QW0_TO_Q_PRI_S) & in ice_set_fd_desc_val()