Symbol: IEEE80211_MAX_LEN
usr/src/uts/common/io/ipw/ipw2100_impl.h
518
uint8_t txb_dat[IEEE80211_MAX_LEN]; /* payload */
usr/src/uts/common/io/ipw/ipw2100_impl.h
531
+ IEEE80211_MAX_LEN /* payload */
usr/src/uts/common/io/iwi/ipw2200.c
74
#define IPW2200_TXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/mwl/mwl.c
3870
sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz);
usr/src/uts/common/io/ral/rt2560.c
51
#define RAL_TXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/ral/rt2560.c
52
#define RAL_RXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/rum/rum.c
48
#define RAL_TXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/rum/rum.c
49
#define RAL_RXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/rwd/rt2661.c
2870
sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz);
usr/src/uts/common/io/rwn/rt2860.c
2869
sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz);
usr/src/uts/common/io/uath/uath.c
1656
if (BE_32(desc->len) > IEEE80211_MAX_LEN) {
usr/src/uts/common/io/uath/uath.c
1701
IEEE80211_MAX_LEN, USB_FLAGS_SLEEP);
usr/src/uts/common/io/uath/uath.c
1708
req->bulk_len = IEEE80211_MAX_LEN;
usr/src/uts/common/io/uath/uath_reg.h
488
IEEE80211_MAX_LEN)
usr/src/uts/common/io/ural/ural.c
47
#define RAL_TXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/ural/ural.c
48
#define RAL_RXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/urtw/urtw.c
54
#define URTW_TXBUF_SIZE (IEEE80211_MAX_LEN)
usr/src/uts/common/io/zyd/zyd.h
320
((IEEE80211_MAX_LEN + 3) & ~3) * ZYD_MAX_RXFRAMECNT)