Searched refs:gxio_mpipe_context_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/tile/include/gxio/ |
D | iorpc_mpipe.h | 59 int gxio_mpipe_alloc_buffer_stacks(gxio_mpipe_context_t *context, 63 int gxio_mpipe_init_buffer_stack_aux(gxio_mpipe_context_t *context, 69 int gxio_mpipe_alloc_notif_rings(gxio_mpipe_context_t *context, 73 int gxio_mpipe_init_notif_ring_aux(gxio_mpipe_context_t *context, void *mem_va, 77 int gxio_mpipe_request_notif_ring_interrupt(gxio_mpipe_context_t *context, 82 int gxio_mpipe_enable_notif_ring_interrupt(gxio_mpipe_context_t *context, 85 int gxio_mpipe_alloc_notif_groups(gxio_mpipe_context_t *context, 89 int gxio_mpipe_init_notif_group(gxio_mpipe_context_t *context, 93 int gxio_mpipe_alloc_buckets(gxio_mpipe_context_t *context, unsigned int count, 96 int gxio_mpipe_init_bucket(gxio_mpipe_context_t *context, unsigned int bucket, [all …]
|
D | mpipe.h | 333 } gxio_mpipe_context_t; typedef 336 typedef gxio_mpipe_context_t gxio_mpipe_info_context_t; 347 extern int gxio_mpipe_init(gxio_mpipe_context_t *context, 360 extern int gxio_mpipe_destroy(gxio_mpipe_context_t *context); 378 extern int gxio_mpipe_alloc_buffer_stacks(gxio_mpipe_context_t *context, 439 extern int gxio_mpipe_init_buffer_stack(gxio_mpipe_context_t *context, 457 static inline void gxio_mpipe_push_buffer(gxio_mpipe_context_t *context, in gxio_mpipe_push_buffer() 487 static inline void *gxio_mpipe_pop_buffer(gxio_mpipe_context_t *context, in gxio_mpipe_pop_buffer() 541 extern int gxio_mpipe_alloc_notif_rings(gxio_mpipe_context_t *context, 558 extern int gxio_mpipe_init_notif_ring(gxio_mpipe_context_t *context, [all …]
|
/linux-4.1.27/arch/tile/gxio/ |
D | iorpc_mpipe.c | 24 int gxio_mpipe_alloc_buffer_stacks(gxio_mpipe_context_t *context, in gxio_mpipe_alloc_buffer_stacks() 48 int gxio_mpipe_init_buffer_stack_aux(gxio_mpipe_context_t *context, in gxio_mpipe_init_buffer_stack_aux() 83 int gxio_mpipe_alloc_notif_rings(gxio_mpipe_context_t *context, in gxio_mpipe_alloc_notif_rings() 105 int gxio_mpipe_init_notif_ring_aux(gxio_mpipe_context_t *context, void *mem_va, in gxio_mpipe_init_notif_ring_aux() 136 int gxio_mpipe_request_notif_ring_interrupt(gxio_mpipe_context_t *context, in gxio_mpipe_request_notif_ring_interrupt() 161 int gxio_mpipe_enable_notif_ring_interrupt(gxio_mpipe_context_t *context, in gxio_mpipe_enable_notif_ring_interrupt() 182 int gxio_mpipe_alloc_notif_groups(gxio_mpipe_context_t *context, in gxio_mpipe_alloc_notif_groups() 204 int gxio_mpipe_init_notif_group(gxio_mpipe_context_t *context, in gxio_mpipe_init_notif_group() 226 int gxio_mpipe_alloc_buckets(gxio_mpipe_context_t *context, unsigned int count, in gxio_mpipe_alloc_buckets() 247 int gxio_mpipe_init_bucket(gxio_mpipe_context_t *context, unsigned int bucket, in gxio_mpipe_init_bucket() [all …]
|
D | mpipe.c | 58 int gxio_mpipe_init(gxio_mpipe_context_t *context, unsigned int mpipe_index) in gxio_mpipe_init() 111 int gxio_mpipe_destroy(gxio_mpipe_context_t *context) in gxio_mpipe_destroy() 160 int gxio_mpipe_init_buffer_stack(gxio_mpipe_context_t *context, in gxio_mpipe_init_buffer_stack() 184 int gxio_mpipe_init_notif_ring(gxio_mpipe_context_t *context, in gxio_mpipe_init_notif_ring() 195 int gxio_mpipe_init_notif_group_and_buckets(gxio_mpipe_context_t *context, in gxio_mpipe_init_notif_group_and_buckets() 235 int gxio_mpipe_init_edma_ring(gxio_mpipe_context_t *context, in gxio_mpipe_init_edma_ring() 249 gxio_mpipe_context_t *context) in gxio_mpipe_rules_init() 390 gxio_mpipe_context_t *context, in gxio_mpipe_iqueue_init() 418 gxio_mpipe_context_t *context, in gxio_mpipe_equeue_init() 458 int gxio_mpipe_set_timestamp(gxio_mpipe_context_t *context, in gxio_mpipe_set_timestamp() [all …]
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilegx.c | 199 gxio_mpipe_context_t context;
|