Home
last modified time | relevance | path

Searched refs:smac_fastpath_admin_disabled (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h211 boolean_t smac_fastpath_admin_disabled; /* smac_fp_mutex */ member
241 (softmac)->smac_fastpath_admin_disabled) ? SOFTMAC_SLOWPATH : \
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1074 if (softmac->smac_fastpath_admin_disabled == disable) { in softmac_datapath_switch()
1078 softmac->smac_fastpath_admin_disabled = disable; in softmac_datapath_switch()
1179 softmac->smac_fastpath_admin_disabled = !disable; in softmac_datapath_switch()
H A Dsoftmac_main.c138 ASSERT(!softmac->smac_fastpath_admin_disabled); in softmac_destructor()
1092 softmac->smac_fastpath_admin_disabled = B_FALSE; in softmac_destroy()
1489 fpstr = softmac->smac_fastpath_admin_disabled ? in softmac_m_getprop()