Home
last modified time | relevance | path

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

/freebsd-13.1/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.c768 HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar9300_freebsd_fill_tx_desc() argument
783 qid, keyType, firstSeg, lastSeg, ds0); in ar9300_freebsd_fill_tx_desc()
816 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-13.1/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c553 u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5210FillTxDesc() argument
568 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_More); in ar5210FillTxDesc()
569 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5210FillTxDesc()
H A Dar5210.h179 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
/freebsd-13.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c463 u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5416FillTxDesc() argument
478 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_TxMore); in ar5416FillTxDesc()
479 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5416FillTxDesc()
535 HAL_BOOL lastSeg, in ar5416ChainTxDesc() argument
602 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_TxMore); in ar5416ChainTxDesc()
603 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5416ChainTxDesc()
H A Dar5416.h385 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
400 HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr);
/freebsd-13.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c582 u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5211FillTxDesc() argument
597 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_More); in ar5211FillTxDesc()
598 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5211FillTxDesc()
H A Dar5211.h202 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c808 u_int descId, HAL_BOOL firstSeg, HAL_BOOL lastSeg, in ar5212FillTxDesc() argument
823 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_More); in ar5212FillTxDesc()
824 } else if (lastSeg) { /* !firstSeg && lastSeg */ in ar5212FillTxDesc()
H A Dar5212.h614 u_int descId, u_int qcuId, HAL_BOOL firstSeg, HAL_BOOL lastSeg,
/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah.h1304 HAL_BOOL lastSeg, const struct ath_desc *);