Searched refs:DFLTPHYS (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/sys/sys/
H A Dparam.h152 #ifndef DFLTPHYS
153 #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ macro
159 #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE)
/freebsd-11-stable/sys/dev/ct/
H A Dct_isa.c210 NULL, NULL, DFLTPHYS, 1,
226 bus_dmamap_load(ct->sc_dmat, ct->sc_dmamapt, vaddr, DFLTPHYS,
234 bs->sc_bounce_size = DFLTPHYS;
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_crypt.c291 if (len > DFLTPHYS)
292 len = DFLTPHYS;
/freebsd-11-stable/sys/dev/amr/
H A Damr_pci.c281 DFLTPHYS, /* maxsize */
297 DFLTPHYS, /* maxsize */
/freebsd-11-stable/sys/dev/ida/
H A Dida_disk.c212 drv->disk->d_maxsize = DFLTPHYS; /* XXX guess? */
H A Dida.c244 /* maxsize */ DFLTPHYS,
/freebsd-11-stable/sys/kern/
H A Dkern_physio.c58 printf("WARNING: %s si_iosize_max=%d, using DFLTPHYS.\n",
60 dev->si_iosize_max = DFLTPHYS;
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c301 DFLTPHYS, NDIS_NSEG_NEW,/* maxsize, nsegments */
/freebsd-11-stable/sys/dev/esp/
H A Desp_pci.c270 sc->sc_maxxfer = DFLTPHYS; /* see below */
/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c290 dev->si_iosize_max = DFLTPHYS;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sg.c328 softc->maxio = DFLTPHYS; /* traditional default */
618 *size = DFLTPHYS;
H A Dscsi_target.c406 softc->maxio = DFLTPHYS; /* traditional default */
/freebsd-11-stable/sys/dev/flash/
H A Dat45d.c377 sc->disk->d_maxsize = DFLTPHYS;
H A Dmx25l.c512 sc->sc_disk->d_maxsize = DFLTPHYS;
/freebsd-11-stable/sys/dev/twe/
H A Dtwe_freebsd.c325 DFLTPHYS, 1, /* maxsize, nsegments */
H A Dtwe.c988 if (tr->tr_length > DFLTPHYS)
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c115 buf_size = DFLTPHYS;
/freebsd-11-stable/sys/geom/
H A Dgeom_disk.c138 dp->d_maxsize = DFLTPHYS;
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c756 maxio = DFLTPHYS; /* traditional default */
/freebsd-11-stable/sys/dev/advansys/
H A Dadwcam.c964 /* maxsize */ DFLTPHYS,
/freebsd-11-stable/sys/dev/ahb/
H A Dahb.c301 /* maxsize */ DFLTPHYS,
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c1177 cpi->maxio = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c1143 * set it properly, use DFLTPHYS.
1148 max_iosize = DFLTPHYS;
1150 max_iosize = DFLTPHYS;
1933 maxio = DFLTPHYS;
H A Dscsi_ctl.c330 softc->maxio = DFLTPHYS;
/freebsd-11-stable/sys/dev/aha/
H A Daha.c461 /* maxsize */ DFLTPHYS,

Completed in 214 milliseconds

12