Searched refs:NXPF_USER_CHANNEL (Results 1 – 4 of 4) sorted by relevance
284 nxa->nxa_user_channel = !!(p->nxp_flags & NXPF_USER_CHANNEL); in __nexus_attr_from_params()373 p->nxp_flags |= NXPF_USER_CHANNEL; in __nexus_provider_reg_prepare()375 p->nxp_flags &= (uint32_t)~NXPF_USER_CHANNEL; in __nexus_provider_reg_prepare()
125 #define NXPF_USER_CHANNEL 0x2 /* allow user channel open */ macro128 #define NXPF_MASK (NXPF_ANONYMOUS | NXPF_USER_CHANNEL | NXPF_NETIF_LLINK)
1942 if (nxp->nxp_flags & NXPF_USER_CHANNEL) { in nxprov_params_adjust()1949 nxp->nxp_flags |= NXPF_USER_CHANNEL; in nxprov_params_adjust()1951 nxp->nxp_flags &= ~NXPF_USER_CHANNEL; in nxprov_params_adjust()2158 if ((nxp->nxp_flags & NXPF_USER_CHANNEL) == 0) { in nxprov_params_adjust()
280 (NX_PROV(_nx)->nxprov_params->nxp_flags & NXPF_USER_CHANNEL)