Home
last modified time | relevance | path

Searched refs:last_seg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/safexcel/
H A Dsafexcel_var.h94 uint32_t last_seg : 1; member
194 uint32_t last_seg : 1; member
H A Dsafexcel.c208 KASSERT(cdesc->last_seg, in safexcel_rdr_intr()
1999 rdesc->last_seg = last; in safexcel_res_descr_add()
2035 cdesc->last_seg = last; in safexcel_cmd_descr_add()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c69 HAL_BOOL last_seg, in ar9300_fill_tx_desc() argument
102 ads->ds_ctl12 |= (last_seg ? 0 : AR_tx_more); in ar9300_fill_tx_desc()
103 } else if (last_seg) { /* !first_seg && last_seg */ in ar9300_fill_tx_desc()
H A Dar9300desc.h515 HAL_BOOL last_seg, const void *ds0);