Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/qed/
Dqed_chain.h47 struct regpair next_phys; member
418 p_next->next_phys.lo = DMA_LO_LE(p_phys_addr); in qed_chain_init()
419 p_next->next_phys.hi = DMA_HI_LE(p_phys_addr); in qed_chain_init()
434 p_next->next_phys.lo = DMA_LO_LE(p_chain->p_phys_addr); in qed_chain_init()
435 p_next->next_phys.hi = DMA_HI_LE(p_chain->p_phys_addr); in qed_chain_init()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c304 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
326 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
328 next_phys->displacement; in bts_buffer_reset()
331 next_space = next_phys->size; in bts_buffer_reset()
343 phys = next_phys; in bts_buffer_reset()
/linux-4.4.14/drivers/dma/
Dimg-mdc-dma.c266 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
272 next_phys = curr->node_addr; in mdc_list_desc_free()
275 curr_phys = next_phys; in mdc_list_desc_free()