Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h518 uint8_t txb_dat[IEEE80211_MAX_LEN]; /* payload */
531 + IEEE80211_MAX_LEN /* payload */
/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd.h320 ((IEEE80211_MAX_LEN + 3) & ~3) * ZYD_MAX_RXFRAMECNT)
/titanic_50/usr/src/uts/common/io/uath/
H A Duath_reg.h488 IEEE80211_MAX_LEN)
H A Duath.c1651 if (BE_32(desc->len) > IEEE80211_MAX_LEN) { in uath_data_rxeof()
1696 IEEE80211_MAX_LEN, USB_FLAGS_SLEEP); in uath_rx_data_xfer()
1703 req->bulk_len = IEEE80211_MAX_LEN; in uath_rx_data_xfer()
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211_proto.h913 #define IEEE80211_MAX_LEN \ macro
/titanic_50/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)
/titanic_50/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)
/titanic_50/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)
/titanic_50/usr/src/uts/common/io/iwi/
H A Dipw2200.c74 #define IPW2200_TXBUF_SIZE (IEEE80211_MAX_LEN)
/titanic_50/usr/src/uts/common/io/rwd/
H A Drt2661.c2866 sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz); in rt2661_attach()
/titanic_50/usr/src/uts/common/io/rwn/
H A Drt2860.c2869 sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz); in rt2860_attach()
/titanic_50/usr/src/uts/common/io/mwl/
H A Dmwl.c3861 sc->sc_dmabuf_size = roundup(IEEE80211_MAX_LEN, sc->sc_cachelsz); in mwl_attach()
/titanic_50/usr/src/uts/common/io/urtw/
H A Durtw.c50 #define URTW_TXBUF_SIZE (IEEE80211_MAX_LEN)