Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h462 #define ICE_AQ_VSI_FD_DEF_PRIORITY_S 12 macro
463 #define ICE_AQ_VSI_FD_DEF_PRIORITY_M (0x7 << ICE_AQ_VSI_FD_DEF_PRIORITY_S)
Dice_lib.c896 val |= ((dflt_q_prio << ICE_AQ_VSI_FD_DEF_PRIORITY_S) & in ice_set_fd_vsi_ctx()