Home
last modified time | relevance | path

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

/freebsd/sys/dev/proto/
H A Dproto_dev.h70 unsigned int phys_nsegs; member
H A Dproto_busdma.c211 ioc->u.md.phys_nsegs = 1; in proto_busdma_mem_alloc()
306 ioc->u.md.phys_nsegs = 1; /* XXX */ in proto_busdma_md_load()
/freebsd/tools/bus_space/
H A Dbusdma.c416 assert(ioc.u.md.phys_nsegs == 1); in bd_mem_alloc()