Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h36 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 Dar9300_freebsd.c745 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 Dar9300_stub_funcs.h177 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
H A Dar9300_stub_funcs.c1019 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 Dar5210_xmit.c478 u_int pktLen, in ar5210SetupTxDesc() argument
506 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5210SetupTxDesc()
H A Dar5210.h166 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c322 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 Dar5416.h372 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 Dar5211_xmit.c510 u_int pktLen, in ar5211SetupTxDesc() argument
535 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5211SetupTxDesc()
H A Dar5211.h189 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c689 u_int pktLen, in ar5212SetupTxDesc() argument
718 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5212SetupTxDesc()
H A Dar5212.h603 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1288 u_int pktLen, u_int hdrLen,