Home
last modified time | relevance | path

Searched refs:sl_pending_ioctl (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c109 ASSERT(!slp->sl_pending_ioctl); in softmac_output()
173 slp->sl_pending_ioctl = B_TRUE; in softmac_ioctl_tx()
179 while (slp->sl_pending_ioctl) in softmac_ioctl_tx()
H A Dsoftmac_ctl.c531 if (!slp->sl_pending_ioctl) { in softmac_rput_process_notdata()
539 slp->sl_pending_ioctl = B_FALSE; in softmac_rput_process_notdata()
H A Dsoftmac_dev.c297 ASSERT(slp->sl_pending_ioctl == B_FALSE); in softmac_mod_close()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h71 boolean_t sl_pending_ioctl; member