Searched refs:softmac_datapath_switch (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | softmac_impl.h | 404 extern int softmac_datapath_switch(softmac_t *, boolean_t, boolean_t);
|
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 1086 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 D | softmac_main.c | 1466 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()
|