Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h994 #define I40E_AQ_VSI_QUEUE_SHIFT 0x0 macro
995 #define I40E_AQ_VSI_QUEUE_MASK (0x7FF << I40E_AQ_VSI_QUEUE_SHIFT)
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c2084 LE_16((vsi_qp_base << I40E_AQ_VSI_QUEUE_SHIFT) & in i40e_set_shared_vsi_props()