Searched refs:DL_PRIM_INVAL (Results 1 – 8 of 8) sorted by relevance
110 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL); 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()
263 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_cmn_open()296 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL); in softmac_mod_close()
340 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_process_dlpi()
385 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arp_dlpi_done()515 if (pending == DL_PRIM_INVAL) { in arl_dlpi_pending()532 t_uscalar_t reqprim = DL_PRIM_INVAL; in arp_rput_dlpi()579 if (reqprim == DL_PRIM_INVAL || !arl_dlpi_pending(arl, reqprim)) { in arp_rput_dlpi()602 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arp_rput_dlpi()623 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arp_rput_dlpi()1888 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arp_modclose()2176 if (arl->arl_dlpi_pending != DL_PRIM_INVAL) { in arp_dlpi_send()2268 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arl_init()
3481 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_init()3750 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_lookup_on_name()6550 (ill->ill_dlpi_pending != DL_PRIM_INVAL || in ipsq_dlpi_done()6556 ill->ill_dlpi_pending != DL_PRIM_INVAL) in ipsq_dlpi_done()6952 t_uscalar_t dlpi_pending = DL_PRIM_INVAL; in ipsq_current_finish()6980 if (dlpi_pending == DL_PRIM_INVAL) { in ipsq_current_finish()12819 if (ill->ill_dlpi_pending != DL_PRIM_INVAL) { in ill_dlpi_send()12870 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_dlpi_send_deferred()12892 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_dlpi_clear_deferred()12928 if (pending == DL_PRIM_INVAL) { in ill_dlpi_pending()[all …]
8098 t_uscalar_t reqprim = DL_PRIM_INVAL; in ip_rput_dlpi()8137 if (reqprim == DL_PRIM_INVAL || in ip_rput_dlpi()
206 dlerrorack(q, mp, DL_PRIM_INVAL, DL_UNSUPPORTED, 0); in ds_wput()
179 #define DL_PRIM_INVAL 0xffff /* Invalid DL primitive value */ macro