Searched refs:ISP_NSEG64_MAX (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/isp/
H A Disp_pci.c1567 nsegs = ISP_NSEG64_MAX;
1797 if (nseg >= ISP_NSEG64_MAX) {
1798 isp_prt(isp, ISP_LOGERR, "number of segments (%d) exceed maximum we can support (%d)", nseg, ISP_NSEG64_MAX);
1872 if (nseg >= ISP_NSEG64_MAX) {
1873 isp_prt(isp, ISP_LOGERR, "number of segments (%d) exceed maximum we can support (%d)", nseg, ISP_NSEG64_MAX);
H A Dispmbox.h2560 #define ISP_NSEG64_MAX 1270 macro
H A Disp_freebsd.c5451 cpi->maxio = (ISP_NSEG64_MAX - 1) * PAGE_SIZE;

Completed in 109 milliseconds