/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_freebsd.h | 46 HAL_BOOL lastSeg, const struct ath_desc *ds0); 59 HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr);
|
H A D | ar9300_freebsd.c | 786 HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar9300_freebsd_fill_tx_desc() argument 801 qid, keyType, firstSeg, lastSeg, ds0); in ar9300_freebsd_fill_tx_desc() 834 HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr) in ar9300_freebsd_chain_tx_desc() argument
|
H A D | ar9300_stub_funcs.h | 189 HAL_BOOL firstSeg, HAL_BOOL lastSeg,
|
H A D | ar9300_stub_funcs.c | 1045 HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar9300_Stub_FillTxDesc() argument
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 551 u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5210FillTxDesc() argument 566 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_More); in ar5210FillTxDesc() 567 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5210FillTxDesc()
|
H A D | ar5210.h | 177 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 461 u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5416FillTxDesc() argument 476 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_TxMore); in ar5416FillTxDesc() 477 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5416FillTxDesc() 533 HAL_BOOL lastSeg, in ar5416ChainTxDesc() argument 600 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_TxMore); in ar5416ChainTxDesc() 601 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5416ChainTxDesc()
|
H A D | ar5416.h | 383 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, 398 HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr);
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 580 u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5211FillTxDesc() argument 595 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_More); in ar5211FillTxDesc() 596 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5211FillTxDesc()
|
H A D | ar5211.h | 200 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 806 u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5212FillTxDesc() argument 821 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_More); in ar5212FillTxDesc() 822 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5212FillTxDesc()
|
H A D | ar5212.h | 614 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1302 HAL_BOOL lastSeg, const struct ath_desc *);
|