Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h40 #define AR_FrameLen 0x00000fff /* frame length */ macro
H A Dar5211_xmit.c535 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5211SetupTxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h40 #define AR_FrameLen 0x00000fff /* frame length */ macro
H A Dar5210_xmit.c506 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5210SetupTxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h58 #define AR_FrameLen 0x00000fff /* frame length */ macro
H A Dar5212_xmit.c718 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5212SetupTxDesc()
/freebsd/tools/tools/ath/athalq/
H A Dar5210_ds.c90 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen); in ar5210_decode_txdesc()
H A Dar5211_ds.c91 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen); in ar5211_decode_txdesc()
H A Dar5212_ds.c97 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen); in ar5212_decode_txdesc()
H A Dar5416_ds.c139 txc.ds_ctl0 & AR_FrameLen, in ar5416_decode_txdesc()
H A Dar5416_ds_tdma.c142 txc.ds_ctl0 & AR_FrameLen, in ar5416_decode_txdesc()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h104 #define AR_FrameLen 0x00000fff macro
H A Dar5416_xmit.c363 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5416SetupTxDesc()
572 ads->ds_ctl0 = (pktLen & AR_FrameLen); in ar5416ChainTxDesc()