Lines Matching refs:next
167 dma_addr_t next = desc->bus; in descriptor_list_create() local
176 WARN_ON(next & 3); in descriptor_list_create()
221 next += sizeof(struct sg_dma_descriptor); in descriptor_list_create()
222 d->next_h = (u32)((u64)next >> 32); in descriptor_list_create()
223 d->next_l = (u32)next | in descriptor_list_create()
265 next += sizeof(struct sg_dma_descriptor); in descriptor_list_create()
275 d->next_h = (u32)((u64)next >> 32); in descriptor_list_create()
276 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()
284 struct sg_dma_desc_info *next) in descriptor_list_chain() argument
289 if (next == NULL) { in descriptor_list_chain()
293 d->next_h = (u32)((u64)next->bus >> 32); in descriptor_list_chain()
294 d->next_l = (u32)next->bus | direction | INTERRUPT_ENABLE; in descriptor_list_chain()