Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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,
HDar9300_freebsd.c524 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, in ar9300_freebsd_setup_tx_desc() argument
537 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_tx_desc()
611 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, in ar9300_freebsd_chain_tx_desc() argument
646 ar9300_freebsd_setup_11n_desc(struct ath_hal *ah, void *ds, u_int pktLen, in ar9300_freebsd_setup_11n_desc() argument
659 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx, in ar9300_freebsd_setup_11n_desc()
HDar9300_stub_funcs.h177 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
HDar9300_stub_funcs.c1019 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower, in ar9300_Stub_SetupTxDesc() argument
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c478 u_int pktLen, in ar5210SetupTxDesc() argument
506 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5210SetupTxDesc()
HDar5210.h166 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c323 u_int pktLen, in ar5416SetupTxDesc() argument
363 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5416SetupTxDesc()
521 u_int pktLen, in ar5416ChainTxDesc() argument
567 ads->ds_ctl0 = (pktLen & AR_FrameLen); in ar5416ChainTxDesc()
HDar5416.h377 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
401 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx,
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c511 u_int pktLen, in ar5211SetupTxDesc() argument
536 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5211SetupTxDesc()
HDar5211.h189 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c690 u_int pktLen, in ar5212SetupTxDesc() argument
719 ads->ds_ctl0 = (pktLen & AR_FrameLen) in ar5212SetupTxDesc()
HDar5212.h601 u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int txPower,
/NextBSD/sys/dev/ath/ath_hal/
HDah.h1397 u_int pktLen, u_int hdrLen,