Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isp/
HDisp_pci.c1603 nsegs = ISP_NSEG64_MAX; in isp_pci_mbxdma()
1884 if (nseg >= ISP_NSEG64_MAX) { in tdma2()
1885 …p, ISP_LOGERR, "number of segments (%d) exceed maximum we can support (%d)", nseg, ISP_NSEG64_MAX); in tdma2()
1959 if (nseg >= ISP_NSEG64_MAX) { in dma2()
1960 …p, ISP_LOGERR, "number of segments (%d) exceed maximum we can support (%d)", nseg, ISP_NSEG64_MAX); in dma2()
HDispmbox.h2677 #define ISP_NSEG64_MAX 1270 macro
HDisp_freebsd.c3998 cpi->maxio = (ISP_NSEG64_MAX - 1) * PAGE_SIZE; in isp_action()