Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h46 HAL_BOOL lastSeg, const struct ath_desc *ds0);
59 HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr);
H A Dar9300_freebsd.c786 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 Dar9300_stub_funcs.h189 HAL_BOOL firstSeg, HAL_BOOL lastSeg,
H A Dar9300_stub_funcs.c1045 HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar9300_Stub_FillTxDesc() argument
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c551 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 Dar5210.h177 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c461 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 Dar5416.h383 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 Dar5211_xmit.c580 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 Dar5211.h200 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c806 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 Dar5212.h614 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1302 HAL_BOOL lastSeg, const struct ath_desc *);