amr.c | 200 int amr_max_xfer; variable in typeref:typename:int 421 if (amr_max_xfer == 0) { 422 amr_max_xfer = uimin(((AMR_MAX_SEGS - 1) * PAGE_SIZE), MAXPHYS); 423 amr_max_segs = (amr_max_xfer + (PAGE_SIZE * 2) - 1) / PAGE_SIZE; 427 rv = bus_dmamap_create(amr->amr_dmat, amr_max_xfer, 428 amr_max_segs, amr_max_xfer, 0,
|