Searched refs:ISP_NSEG_MAX (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/isp/
H A Disp_pci.c1569 nsegs = ISP_NSEG_MAX;
1806 if (nseg >= ISP_NSEG_MAX) {
1807 isp_prt(isp, ISP_LOGERR, "number of segments (%d) exceed maximum we can support (%d)", nseg, ISP_NSEG_MAX);
1883 if (nseg >= ISP_NSEG_MAX) {
1884 isp_prt(isp, ISP_LOGERR, "number of segments (%d) exceed maximum we can support (%d)", nseg, ISP_NSEG_MAX);
H A Disp_sbus.c500 ISP_NSEG_MAX, BUS_SPACE_MAXADDR_24BIT, 0, &isp->isp_osinfo.dmat)) {
H A Dispmbox.h2559 #define ISP_NSEG_MAX 1778 macro
H A Disp_freebsd.c5453 cpi->maxio = (ISP_NSEG_MAX - 1) * PAGE_SIZE;

Completed in 120 milliseconds