Searched refs:DFLTPHYS (Results 1 – 25 of 35) sorted by relevance
12
46 #ifndef DFLTPHYS47 #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ macro53 #define MAXDUMPPGS (DFLTPHYS / PAGE_SIZE)
173 #ifndef DFLTPHYS174 #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ macro177 #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE)
214 drv->disk->d_maxsize = DFLTPHYS; /* XXX guess? */ in idad_attach()
244 /* maxsize */ DFLTPHYS, in ida_setup()
60 printf("WARNING: %s si_iosize_max=%d, using DFLTPHYS.\n", in physio() 62 dev->si_iosize_max = DFLTPHYS; in physio()
372 sc->sc_disk->d_maxsize = DFLTPHYS; in opalflash_attach()
323 softc->maxio = DFLTPHYS; /* traditional default */ in sgregister()611 *size = DFLTPHYS; in sgioctl()
403 softc->maxio = DFLTPHYS; /* traditional default */ in targenable()
301 sc->sc_disk->d_maxsize = DFLTPHYS; in n25q_attach()
375 sc->disk->d_maxsize = DFLTPHYS; in at45d_delayed_attach()
519 sc->sc_disk->d_maxsize = DFLTPHYS; in mx25l_attach()
292 dev->si_iosize_max = DFLTPHYS; in fwmem_open()
1904 if (DFLTPHYS > SBP_MAXPHYS) in sbp_attach() 1905 device_printf(dev, "Warning, DFLTPHYS(%dKB) is larger than " in sbp_attach() 1906 "SBP_MAXPHYS(%dKB).\n", DFLTPHYS / 1024, in sbp_attach()
117 buf_size = DFLTPHYS; in main()
794 sc->disk->d_maxsize = DFLTPHYS; in flex_spi_attach()
153 gkd->di.maxiosize = DFLTPHYS; in g_nop_kerneldump()
140 dp->d_maxsize = DFLTPHYS; in g_disk_access()
902 maxio = DFLTPHYS; /* traditional default */ in ndaregister()
1214 gkd->di.maxiosize = DFLTPHYS; in g_union_kerneldump()
1178 cpi->maxio = ch->dma.max_iosize ? ch->dma.max_iosize : DFLTPHYS; in ataaction()
1250 max_iosize = DFLTPHYS; in ctl_be_block_dispatch_dev()2347 maxio = DFLTPHYS; in ctl_be_block_open_dev()
329 softc->maxio = DFLTPHYS; in ctlfeasync()
184 if (m_maxphys < 2 * DFLTPHYS) in SetUp()
815 maxmap = DFLTPHYS; /* traditional default */ in cam_periph_mapmem()