Home
last modified time | relevance | path

Searched refs:IEEE80211_MAX_LEN (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h518 uint8_t txb_dat[IEEE80211_MAX_LEN]; /* payload */
531 + IEEE80211_MAX_LEN /* payload */
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h320 ((IEEE80211_MAX_LEN + 3) & ~3) * ZYD_MAX_RXFRAMECNT)
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h488 IEEE80211_MAX_LEN)
H A Duath.c1656 if (BE_32(desc->len) > IEEE80211_MAX_LEN) { in uath_data_rxeof()
1701 IEEE80211_MAX_LEN, USB_FLAGS_SLEEP); in uath_rx_data_xfer()
1708 req->bulk_len = IEEE80211_MAX_LEN; in uath_rx_data_xfer()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h913 #define IEEE80211_MAX_LEN \ macro
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c47 #define RAL_TXBUF_SIZE (IEEE80211_MAX_LEN)
48 #define RAL_RXBUF_SIZE (IEEE80211_MAX_LEN)
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c48 #define RAL_TXBUF_SIZE (IEEE80211_MAX_LEN)
49 #define RAL_RXBUF_SIZE (IEEE80211_MAX_LEN)
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c51 #define RAL_TXBUF_SIZE (IEEE80211_MAX_LEN)
52 #define RAL_RXBUF_SIZE (IEEE80211_MAX_LEN)
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c74 #define IPW2200_TXBUF_SIZE (IEEE80211_MAX_LEN)
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c2870 sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz); in rt2661_attach()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c2870 sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz); in rt2860_attach()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3870 sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz); in mwl_attach()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c54 #define URTW_TXBUF_SIZE (IEEE80211_MAX_LEN)