Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h419 #define ICE_AQ_VSI_TC_Q_OFFSET_S 0 macro
420 #define ICE_AQ_VSI_TC_Q_OFFSET_M (0x7FF << ICE_AQ_VSI_TC_Q_OFFSET_S)
Dice_lib.c833 qmap = ((offset << ICE_AQ_VSI_TC_Q_OFFSET_S) & in ice_vsi_setup_q_map()