Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_common.h121 nxa->nxa_user_channel = value; in __nexus_attr_set()
237 *value = nxa->nxa_user_channel; in __nexus_attr_get()
284 nxa->nxa_user_channel = !!(p->nxp_flags & NXPF_USER_CHANNEL); in __nexus_attr_from_params()
372 if (nxa->nxa_user_channel != 0) { in __nexus_provider_reg_prepare()
H A Dos_nexus_private.h619 uint64_t nxa_user_channel; /* user channel open allowed */ member