Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dbts.c390 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
410 next_phys = &bb->buf[next_buf]; in bts_buffer_reset()
412 next_phys->displacement; in bts_buffer_reset()
415 next_space = next_phys->size; in bts_buffer_reset()
427 phys = next_phys; in bts_buffer_reset()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_chain.c56 DMA_REGPAIR_LE(next->next_phys, phys_next); in qed_chain_init_next_ptr_elem()
86 phys_next = HILO_DMA_REGPAIR(next->next_phys); in qed_chain_free_next_ptr()
/linux/drivers/dma/
H A Dimg-mdc-dma.c263 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
269 next_phys = curr->node_addr; in mdc_list_desc_free()
272 curr_phys = next_phys; in mdc_list_desc_free()
/linux/include/linux/qed/
H A Dqed_chain.h44 struct regpair next_phys; member