Lines Matching defs:disable
51 * performance; MAC clients will be able to request to disable the softmac
82 * disable request, all the IP/ARP streams will try to switch back to
273 * the stack initiates capability disable, but due to races, the
274 * module insertion may complete before the capability disable
1086 softmac_datapath_switch(softmac_t *softmac, boolean_t disable, boolean_t admin)
1099 if (softmac->smac_fastpath_admin_disabled == disable) {
1103 softmac->smac_fastpath_admin_disabled = disable;
1104 } else if (disable) {
1204 softmac->smac_fastpath_admin_disabled = !disable;
1205 } else if (disable) {