Home
last modified time | relevance | path

Searched refs:gxio_mpipe_context_t (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/tile/include/gxio/
Diorpc_mpipe.h59 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 …]
Dmpipe.h333 } 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.4.14/arch/tile/gxio/
Diorpc_mpipe.c24 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 …]
Dmpipe.c33 int gxio_mpipe_init(gxio_mpipe_context_t *context, unsigned int mpipe_index) in gxio_mpipe_init()
86 int gxio_mpipe_destroy(gxio_mpipe_context_t *context) in gxio_mpipe_destroy()
135 int gxio_mpipe_init_buffer_stack(gxio_mpipe_context_t *context, in gxio_mpipe_init_buffer_stack()
159 int gxio_mpipe_init_notif_ring(gxio_mpipe_context_t *context, in gxio_mpipe_init_notif_ring()
170 int gxio_mpipe_init_notif_group_and_buckets(gxio_mpipe_context_t *context, in gxio_mpipe_init_notif_group_and_buckets()
210 int gxio_mpipe_init_edma_ring(gxio_mpipe_context_t *context, in gxio_mpipe_init_edma_ring()
224 gxio_mpipe_context_t *context) in gxio_mpipe_rules_init()
365 gxio_mpipe_context_t *context, in gxio_mpipe_iqueue_init()
393 gxio_mpipe_context_t *context, in gxio_mpipe_equeue_init()
433 int gxio_mpipe_set_timestamp(gxio_mpipe_context_t *context, in gxio_mpipe_set_timestamp()
[all …]
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c200 gxio_mpipe_context_t context;