Home
last modified time | relevance | path

Searched refs:ds_next (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_devstat.c86 struct devstat *ds_next; in devstat_add_entry() local
88 ds_next = STAILQ_NEXT(ds_tmp, dev_links); in devstat_add_entry()
97 && ((ds_next == NULL) in devstat_add_entry()
98 || (priority > ds_next->priority))) { in devstat_add_entry()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h28 struct ath_desc *ds, uint32_t pa, struct ath_desc *ds_next,
H A Dar9300_freebsd.c494 uint32_t pa, struct ath_desc *ds_next, uint64_t tsf, in ar9300_proc_rx_desc_freebsd() argument
498 return (ar9300_proc_rx_desc_fast(ah, ds, 0, ds_next, rxs, in ar9300_proc_rx_desc_freebsd()