Searched refs:tre_index (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/qcom/ |
H A D | hidma.h | 39 u32 tre_index; /* the offset where this was written*/ member
|
H A D | hidma_ll.c | 201 dev_warn(lldev->dev, "tre_index [%d] and tre out of sync\n", in hidma_post_completed() 205 lldev->pending_tre_list[tre->tre_index] = NULL; in hidma_post_completed() 533 tre->tre_index = lldev->tre_write_offset / HIDMA_TRE_SIZE; in hidma_ll_queue_request() 534 lldev->pending_tre_list[tre->tre_index] = tre; in hidma_ll_queue_request()
|
H A D | hidma_dbg.c | 40 seq_printf(s, "tre_index = 0x%x\n", tre->tre_index); in hidma_ll_chstats()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | hidma.h | 39 u32 tre_index; /* the offset where this was written*/ member
|
H A D | hidma_ll.c | 201 dev_warn(lldev->dev, "tre_index [%d] and tre out of sync\n", in hidma_post_completed() 205 lldev->pending_tre_list[tre->tre_index] = NULL; in hidma_post_completed() 533 tre->tre_index = lldev->tre_write_offset / HIDMA_TRE_SIZE; in hidma_ll_queue_request() 534 lldev->pending_tre_list[tre->tre_index] = tre; in hidma_ll_queue_request()
|
H A D | hidma_dbg.c | 40 seq_printf(s, "tre_index = 0x%x\n", tre->tre_index); in hidma_ll_chstats()
|
H A D | gpi.c | 253 u16 tre_index; member 934 void *tre = ch_ring->base + (ch_ring->el_size * imed_event->tre_index); in gpi_process_imed_data_event()
|
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | gsi.c | 1176 u32 tre_index; in gsi_event_trans() local 1180 tre_index = gsi_ring_index(&channel->tre_ring, tre_offset); in gsi_event_trans() 1182 return gsi_channel_trans_mapped(channel, tre_index); in gsi_event_trans()
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | gsi.c | 1444 u32 tre_index; in gsi_event_trans() local 1452 tre_index = gsi_ring_index(&channel->tre_ring, tre_offset); in gsi_event_trans() 1454 trans = gsi_channel_trans_mapped(channel, tre_index); in gsi_event_trans()
|
Completed in 13 milliseconds