Searched refs:numTces (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | pci_dma.c | 109 unsigned long numTces ); 117 unsigned numTces, 1188 dma_addr_t dma_addr , unsigned long numTces) in fill_scatterlist_sg() argument 1271 if ((((cur_start_dma +cur_len_dma - 1)>> PAGE_SHIFT) - (dma_addr >> PAGE_SHIFT) + 1) != numTces) in fill_scatterlist_sg() 1274 numTces, in fill_scatterlist_sg() 1286 int nents, unsigned numTces, int direction) in create_tces_sg() argument 1296 order = get_order( numTces << PAGE_SHIFT ); in create_tces_sg() 1300 printk("PCI_DMA: create_tces_sg size too large: 0x%llx \n",(numTces << PAGE_SHIFT)); in create_tces_sg() 1347 if ((tcenum - starttcenum) != numTces) in create_tces_sg() 1349 numTces, (unsigned)(tcenum - starttcenum)); in create_tces_sg() [all …]
|
/linux-2.4.37.9/include/asm-ppc64/iSeries/ |
D | HvCallXm.h | 62 static inline u64 HvCallXm_setTces(u64 tceTableToken, u64 tceOffset, u64 numTces, u64 tce1, u64 tc… in HvCallXm_setTces() argument 64 u64 retval = HvCall7(HvCallXmSetTces, tceTableToken, tceOffset, numTces, in HvCallXm_setTces()
|