Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsoftmac_impl.h404 extern int softmac_datapath_switch(softmac_t *, boolean_t, boolean_t);
/titanic_44/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1086 softmac_datapath_switch(softmac_t *softmac, boolean_t disable, boolean_t admin) in softmac_datapath_switch() function
1224 return (softmac_datapath_switch((softmac_t *)arg, B_TRUE, B_FALSE)); in softmac_fastpath_disable()
1230 VERIFY(softmac_datapath_switch((softmac_t *)arg, B_FALSE, in softmac_fastpath_enable()
H A Dsoftmac_main.c1466 return (softmac_datapath_switch(softmac, B_TRUE, B_TRUE)); in softmac_m_setprop()
1468 return (softmac_datapath_switch(softmac, B_FALSE, B_TRUE)); in softmac_m_setprop()