Searched refs:sl_pending_prim (Results 1 – 4 of 4) sorted by relevance
110 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()
333 if (slp->sl_pending_prim != reqprim) { in softmac_process_dlpi()340 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_process_dlpi()
267 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_cmn_open()301 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL); in softmac_mod_close()
72 t_uscalar_t sl_pending_prim; member