Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c4115 int PairCount) // number of sg pairs used in the page. in cpqfc_pci_map_sg_page() argument
4119 *maplen = PairCount * 8; in cpqfc_pci_map_sg_page()
4179 int PairCount; in build_SEST_sgList() local
4338 PairCount = TL_EXT_SG_PAGE_COUNT; // forces initial page allocation in build_SEST_sgList()
4362 if (PairCount >= TL_EXT_SG_PAGE_COUNT) { in build_SEST_sgList()
4372 … ext_sg_page_phys_addr_place, prev_page->page, &prev_page->busaddr, &prev_page->maplen, PairCount); in build_SEST_sgList()
4416 printk("PairCount %d @%p even %Xh, ", PairCount, alPair, *alPair); in build_SEST_sgList()
4441 PairCount = 1; // starting new Ext. S/G page in build_SEST_sgList()
4449 printk("PairCount %d @%p, even %Xh, ", PairCount, alPair, *alPair); in build_SEST_sgList()
4475 PairCount++; // next Length/Address pair in build_SEST_sgList()
[all …]