Searched refs:sl_pending_prim (Results 1 - 4 of 4) 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);
116 slp->sl_pending_prim = dl_prim;
122 while (slp->sl_pending_prim != DL_PRIM_INVAL) {
132 * If we timed out, sl_ack_mp will still be NULL, but sl_pending_prim
135 ASSERT(mp != NULL || slp->sl_pending_prim != DL_PRIM_INVAL);
137 slp->sl_pending_prim = DL_PRIM_INVAL;
H A Dsoftmac_ctl.c333 if (slp->sl_pending_prim != reqprim) {
340 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);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h63 * When a control message is processed, either sl_pending_prim or
70 t_uscalar_t sl_pending_prim; member in struct:softmac_lower_s

Completed in 97 milliseconds