Home
last modified time | relevance | path

Searched refs:DL_PRIM_INVAL (Results 1 – 8 of 8) 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()
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_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()
H A Dsoftmac_ctl.c340 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_process_dlpi()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c384 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()
1889 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arp_modclose()
2177 if (arl->arl_dlpi_pending != DL_PRIM_INVAL) { in arp_dlpi_send()
2269 arl->arl_dlpi_pending = DL_PRIM_INVAL; in arl_init()
H A Dip_if.c3481 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_init()
3750 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_lookup_on_name()
6560 ill->ill_dlpi_pending != DL_PRIM_INVAL) in ipsq_dlpi_done()
6956 t_uscalar_t dlpi_pending = DL_PRIM_INVAL; in ipsq_current_finish()
6984 if (dlpi_pending == DL_PRIM_INVAL) { in ipsq_current_finish()
12831 if (ill->ill_dlpi_pending != DL_PRIM_INVAL) { in ill_dlpi_send()
12882 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_dlpi_send_deferred()
12904 ill->ill_dlpi_pending = DL_PRIM_INVAL; in ill_dlpi_clear_deferred()
12940 if (pending == DL_PRIM_INVAL) { in ill_dlpi_pending()
12970 ASSERT(prim != DL_PRIM_INVAL); in ill_dlpi_done()
[all …]
H A Dip.c8132 t_uscalar_t reqprim = DL_PRIM_INVAL; in ip_rput_dlpi()
8171 if (reqprim == DL_PRIM_INVAL || in ip_rput_dlpi()
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c206 dlerrorack(q, mp, DL_PRIM_INVAL, DL_UNSUPPORTED, 0); in ds_wput()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h181 #define DL_PRIM_INVAL 0xffff /* Invalid DL primitive value */ macro