Searched refs:softmac_datapath_switch (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | softmac_impl.h | 406 extern int softmac_datapath_switch(softmac_t *, boolean_t, boolean_t);
|
| /illumos-gate/usr/src/uts/common/io/softmac/ |
| H A D | softmac_fp.c | 1064 softmac_datapath_switch(softmac_t *softmac, boolean_t disable, boolean_t admin) in softmac_datapath_switch() function 1202 return (softmac_datapath_switch((softmac_t *)arg, B_TRUE, B_FALSE)); in softmac_fastpath_disable() 1208 VERIFY(softmac_datapath_switch((softmac_t *)arg, B_FALSE, in softmac_fastpath_enable()
|
| H A D | softmac_main.c | 1472 return (softmac_datapath_switch(softmac, B_TRUE, B_TRUE)); in softmac_m_setprop() 1474 return (softmac_datapath_switch(softmac, B_FALSE, B_TRUE)); in softmac_m_setprop()
|