Searched defs:lastSeg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c260 boolean_t lastSeg, const struct ath_desc *ds0)
265 ads->ds_ctl1 |= segLen | (lastSeg ? 0 : AR_TxMore);
266 } else if (lastSeg) {
258 ath9k_hw_filltxdesc(struct ath_hal *ah, struct ath_desc *ds, uint32_t segLen, boolean_t firstSeg, boolean_t lastSeg, const struct ath_desc *ds0) argument

Completed in 61 milliseconds