Home
last modified time | relevance | path

Searched defs:maxsegs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_physmap.c66 physmap_alloc(size_t maxsegs) in physmap_alloc()
141 const size_t maxsegs = atop(round_page(va + len) - trunc_page(va)); in physmap_create_linear() local
162 size_t maxsegs = 0; in physmap_create_iov() local
/netbsd-src/sys/dev/pci/
H A Dtwevar.h144 static __inline size_t twe_get_maxxfer(size_t maxsegs) { in twe_get_maxxfer()
H A Dtwavar.h201 static __inline size_t twa_get_maxxfer(size_t maxsegs) { in twa_get_maxxfer()
H A Dif_et.c1836 int error, maxsegs, first_idx, last_idx, i; in et_encap() local
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_2835_arm.c291 const size_t maxsegs = atop(round_page(va + size) - trunc_page(va)); in vchiq_prepare_bulk_data() local
/netbsd-src/sys/dev/marvell/
H A Dif_gfe.c549 gfe_dmamem_alloc(struct gfe_softc *sc, struct gfe_dmamem *gdm, int maxsegs, in gfe_dmamem_alloc()