Searched refs:ISP_NSEG64_MAX (Results 1 – 3 of 3) sorted by relevance
1603 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()
2677 #define ISP_NSEG64_MAX 1270 macro
3998 cpi->maxio = (ISP_NSEG64_MAX - 1) * PAGE_SIZE; in isp_action()