Home
last modified time | relevance | path

Searched refs:DL_PRIM_INVAL (Results 1 – 8 of 8) sorted by relevance

/titanic_44/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.c263 slp->sl_pending_prim = DL_PRIM_INVAL; in softmac_cmn_open()
296 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()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_arp.c385 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()
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()
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 …]
H A Dip.c8098 t_uscalar_t reqprim = DL_PRIM_INVAL; in ip_rput_dlpi()
8137 if (reqprim == DL_PRIM_INVAL || in ip_rput_dlpi()
/titanic_44/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c206 dlerrorack(q, mp, DL_PRIM_INVAL, DL_UNSUPPORTED, 0); in ds_wput()
/titanic_44/usr/src/uts/common/sys/
H A Ddlpi.h179 #define DL_PRIM_INVAL 0xffff /* Invalid DL primitive value */ macro