Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ahb/
HDahb.c262 struct ecb* next_ecb; in ahbattach() local
352 next_ecb = ahb->ecb_array; in ahbattach()
357 &next_ecb->dmamap)) in ahbattach()
359 callout_init_mtx(&next_ecb->timer, &ahb->lock, 0); in ahbattach()
360 ecb_paddr = ahbecbvtop(ahb, next_ecb); in ahbattach()
361 next_ecb->hecb.status_ptr = ahbstatuspaddr(ecb_paddr); in ahbattach()
362 next_ecb->hecb.sense_ptr = ahbsensepaddr(ecb_paddr); in ahbattach()
364 ahbecbfree(ahb, next_ecb); in ahbattach()
365 next_ecb++; in ahbattach()