Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c1068 ICE_AQ_VSI_TC_Q_NUM_M); in ice_vsi_setup_q_map()
1217 ICE_AQ_VSI_TC_Q_NUM_M); in ice_chnl_vsi_setup_q_map()
3356 ((pow << ICE_AQ_VSI_TC_Q_NUM_S) & ICE_AQ_VSI_TC_Q_NUM_M); in ice_vsi_setup_q_map_mqprio()
H A Dice_adminq_cmd.h482 #define ICE_AQ_VSI_TC_Q_NUM_M (0xF << ICE_AQ_VSI_TC_Q_NUM_S) macro