Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_icereg.h10096 #define ICE_AQ_VSI_TC_Q_NUM_S 11 macro
10097 #define ICE_AQ_VSI_TC_Q_NUM_M (0xF << ICE_AQ_VSI_TC_Q_NUM_S)
Dif_ice.c18448 qmap = (pow << ICE_AQ_VSI_TC_Q_NUM_S) & ICE_AQ_VSI_TC_Q_NUM_M; in ice_setup_vsi_qmap()