Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c110 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL); in softmac_output()
116 slp->sl_pending_prim = dl_prim; in softmac_output()
122 while (slp->sl_pending_prim != DL_PRIM_INVAL) { in softmac_output()
135 ASSERT(mp != NULL || slp->sl_pending_prim != DL_PRIM_INVAL); in softmac_output()
137 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_output()
H A Dsoftmac_ctl.c333 if (slp->sl_pending_prim != reqprim) { in softmac_process_dlpi()
340 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_process_dlpi()
H A Dsoftmac_dev.c267 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_cmn_open()
301 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL); in softmac_mod_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h72 t_uscalar_t sl_pending_prim; member