/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_freebsd.h | 36 struct ath_desc *ds, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, 57 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, 68 void *ds, u_int pktLen, HAL_PKT_TYPE type, u_int txPower,
|
H A D | ar9300_freebsd.c | 745 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, in ar9300_freebsd_setup_tx_desc() argument 758 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_tx_desc() 832 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, in ar9300_freebsd_chain_tx_desc() argument 867 ar9300_freebsd_setup_11n_desc(struct ath_hal *ah, void *ds, u_int pktLen, in ar9300_freebsd_setup_11n_desc() argument 880 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_11n_desc()
|
H A D | ar9300_stub_funcs.h | 177 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
|
H A D | ar9300_stub_funcs.c | 1019 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, in ar9300_Stub_SetupTxDesc() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 478 u_int pktLen, in ar5210SetupTxDesc() argument 506 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5210SetupTxDesc()
|
H A D | ar5210.h | 166 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 322 u_int pktLen, in ar5416SetupTxDesc() argument 363 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5416SetupTxDesc() 526 u_int pktLen, in ar5416ChainTxDesc() argument 572 ads->ds_ctl0 = (pktLen & AR_FrameLen); in ar5416ChainTxDesc()
|
H A D | ar5416.h | 372 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, 396 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx,
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 510 u_int pktLen, in ar5211SetupTxDesc() argument 535 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5211SetupTxDesc()
|
H A D | ar5211.h | 189 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 689 u_int pktLen, in ar5212SetupTxDesc() argument 718 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5212SetupTxDesc()
|
H A D | ar5212.h | 603 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1288 u_int pktLen, u_int hdrLen,
|