Searched refs:su_mode (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c235 ASSERT(sup->su_mode == SOFTMAC_FASTPATH);
313 ASSERT(sup->su_mode == SOFTMAC_FASTPATH);
472 ASSERT(sup->su_mode == SOFTMAC_FASTPATH);
704 sup->su_mode = SOFTMAC_SLOWPATH;
763 * No need to hold lock to check su_mode, since su_mode updating only
766 if (sup->su_mode != SOFTMAC_FASTPATH) {
924 * the su_mode.
929 ASSERT(sup->su_mode != SOFTMAC_FASTPATH);
932 sup->su_mode
[all...]
H A Dsoftmac_dev.c182 ASSERT(sup->su_mode == SOFTMAC_UNKNOWN);
543 sup->su_mode = SOFTMAC_UNKNOWN;
653 if (sup->su_mode != SOFTMAC_FASTPATH) {
655 * Bump su_tx_inprocess so that su_mode won't change.
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h232 * The su_mode of a non-IP/ARP stream is UNKNOWN, and the su_mode of an IP/ARP
322 uint32_t su_mode; /* SL & su_mutex */ member in struct:softmac_upper_s

Completed in 91 milliseconds