MDL_SEG_SIZE      245 dev/pci/pcscp.c #define MDL_SIZE	(MAXPHYS / MDL_SEG_SIZE + 1) /* no hardware limit? */
MDL_SEG_SIZE      247 dev/pci/pcscp.c 	if (bus_dmamap_create(esc->sc_dmat, MAXPHYS, MDL_SIZE, MDL_SEG_SIZE,
MDL_SEG_SIZE      248 dev/pci/pcscp.c 	    MDL_SEG_SIZE, BUS_DMA_NOWAIT, &esc->sc_xfermap)) {
MDL_SEG_SIZE      530 dev/pci/pcscp.c 	if ((*dmasize / MDL_SEG_SIZE) > MDL_SIZE)