Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_common.h107 nxa->nxa_qmap = value; in __nexus_attr_set()
221 *value = nxa->nxa_qmap; in __nexus_attr_get()
278 nxa->nxa_qmap = p->nxp_qmap; in __nexus_attr_from_params()
353 if ((nxa->nxa_qmap == NEXUS_QMAP_TYPE_WMM) && in __nexus_provider_reg_prepare()
360 p->nxp_qmap = (uint32_t)nxa->nxa_qmap; in __nexus_provider_reg_prepare()
H A Dos_nexus_private.h615 uint64_t nxa_qmap; /* queue mapping type */ member