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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c110 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL);
122 while (slp->sl_pending_prim != DL_PRIM_INVAL) {
133 * won't be set to DL_PRIM_INVAL.
135 ASSERT(mp != NULL || slp->sl_pending_prim != DL_PRIM_INVAL);
137 slp->sl_pending_prim = DL_PRIM_INVAL;
H A Dsoftmac_dev.c263 slp->sl_pending_prim = DL_PRIM_INVAL;
296 ASSERT(slp->sl_pending_prim == DL_PRIM_INVAL);
H A Dsoftmac_ctl.c340 slp->sl_pending_prim = DL_PRIM_INVAL;
/opensolaris-onvv-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c206 dlerrorack(q, mp, DL_PRIM_INVAL, DL_UNSUPPORTED, 0);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c385 arl->arl_dlpi_pending = DL_PRIM_INVAL;
515 if (pending == DL_PRIM_INVAL) {
532 t_uscalar_t reqprim = DL_PRIM_INVAL;
579 if (reqprim == DL_PRIM_INVAL || !arl_dlpi_pending(arl, reqprim)) {
602 arl->arl_dlpi_pending = DL_PRIM_INVAL;
623 arl->arl_dlpi_pending = DL_PRIM_INVAL;
1888 arl->arl_dlpi_pending = DL_PRIM_INVAL;
2176 if (arl->arl_dlpi_pending != DL_PRIM_INVAL) {
2268 arl->arl_dlpi_pending = DL_PRIM_INVAL;
H A Dip_if.c3447 ill->ill_dlpi_pending = DL_PRIM_INVAL;
3731 ill->ill_dlpi_pending = DL_PRIM_INVAL;
6553 (ill->ill_dlpi_pending != DL_PRIM_INVAL ||
6559 ill->ill_dlpi_pending != DL_PRIM_INVAL)
6955 t_uscalar_t dlpi_pending = DL_PRIM_INVAL;
6983 if (dlpi_pending == DL_PRIM_INVAL) {
12846 if (ill->ill_dlpi_pending != DL_PRIM_INVAL) {
12897 ill->ill_dlpi_pending = DL_PRIM_INVAL;
12919 ill->ill_dlpi_pending = DL_PRIM_INVAL;
12955 if (pending == DL_PRIM_INVAL) {
[all...]
H A Dip.c8063 t_uscalar_t reqprim = DL_PRIM_INVAL;
8102 if (reqprim == DL_PRIM_INVAL ||
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h179 #define DL_PRIM_INVAL 0xffff /* Invalid DL primitive value */ macro

Completed in 208 milliseconds