Symbol: dpaa2_io
drivers/crypto/caam/caamalg_qi2.h
93
struct dpaa2_io *dpio;
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h
492
struct dpaa2_io *dpio;
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c
870
struct dpaa2_io *dpio = priv->channel[0]->dpio;
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c
884
struct dpaa2_io *dpio;
drivers/soc/fsl/dpio/dpio-driver.c
30
struct dpaa2_io *io;
drivers/soc/fsl/dpio/dpio-service.c
103
struct dpaa2_io *dpaa2_io_service_select(int cpu)
drivers/soc/fsl/dpio/dpio-service.c
117
struct dpaa2_io *d = container_of(dim, struct dpaa2_io, rx_dim);
drivers/soc/fsl/dpio/dpio-service.c
133
struct dpaa2_io *dpaa2_io_create(const struct dpaa2_io_desc *desc,
drivers/soc/fsl/dpio/dpio-service.c
136
struct dpaa2_io *obj = kmalloc_obj(*obj);
drivers/soc/fsl/dpio/dpio-service.c
206
void dpaa2_io_down(struct dpaa2_io *d)
drivers/soc/fsl/dpio/dpio-service.c
226
irqreturn_t dpaa2_io_irq(struct dpaa2_io *obj)
drivers/soc/fsl/dpio/dpio-service.c
271
int dpaa2_io_get_cpu(struct dpaa2_io *d)
drivers/soc/fsl/dpio/dpio-service.c
296
int dpaa2_io_service_register(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
336
void dpaa2_io_service_deregister(struct dpaa2_io *service,
drivers/soc/fsl/dpio/dpio-service.c
340
struct dpaa2_io *d = ctx->dpio_private;
drivers/soc/fsl/dpio/dpio-service.c
366
int dpaa2_io_service_rearm(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
395
int dpaa2_io_service_pull_fq(struct dpaa2_io *d, u32 fqid,
drivers/soc/fsl/dpio/dpio-service.c
426
int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid,
drivers/soc/fsl/dpio/dpio-service.c
459
int dpaa2_io_service_enqueue_fq(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
488
int dpaa2_io_service_enqueue_multiple_fq(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
518
int dpaa2_io_service_enqueue_multiple_desc_fq(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
53
static struct dpaa2_io *dpio_by_cpu[NR_CPUS];
drivers/soc/fsl/dpio/dpio-service.c
560
int dpaa2_io_service_enqueue_qd(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
57
static inline struct dpaa2_io *service_select_by_cpu(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
587
int dpaa2_io_service_release(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
616
int dpaa2_io_service_acquire(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
765
int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
drivers/soc/fsl/dpio/dpio-service.c
77
static inline struct dpaa2_io *service_select(struct dpaa2_io *d)
drivers/soc/fsl/dpio/dpio-service.c
799
int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid, u32 *num)
drivers/soc/fsl/dpio/dpio-service.c
828
int dpaa2_io_set_irq_coalescing(struct dpaa2_io *d, u32 irq_holdoff)
drivers/soc/fsl/dpio/dpio-service.c
842
void dpaa2_io_get_irq_coalescing(struct dpaa2_io *d, u32 *irq_holdoff)
drivers/soc/fsl/dpio/dpio-service.c
855
void dpaa2_io_set_adaptive_coalescing(struct dpaa2_io *d,
drivers/soc/fsl/dpio/dpio-service.c
869
int dpaa2_io_get_adaptive_coalescing(struct dpaa2_io *d)
drivers/soc/fsl/dpio/dpio-service.c
87
d = list_entry(dpio_list.next, struct dpaa2_io, node);
drivers/soc/fsl/dpio/dpio-service.c
881
void dpaa2_io_update_net_dim(struct dpaa2_io *d, __u64 frames, __u64 bytes)
include/soc/fsl/dpaa2-io.h
101
void dpaa2_io_service_deregister(struct dpaa2_io *service,
include/soc/fsl/dpaa2-io.h
104
int dpaa2_io_service_rearm(struct dpaa2_io *service,
include/soc/fsl/dpaa2-io.h
107
int dpaa2_io_service_pull_fq(struct dpaa2_io *d, u32 fqid,
include/soc/fsl/dpaa2-io.h
109
int dpaa2_io_service_pull_channel(struct dpaa2_io *d, u32 channelid,
include/soc/fsl/dpaa2-io.h
112
int dpaa2_io_service_enqueue_fq(struct dpaa2_io *d, u32 fqid,
include/soc/fsl/dpaa2-io.h
114
int dpaa2_io_service_enqueue_multiple_fq(struct dpaa2_io *d, u32 fqid,
include/soc/fsl/dpaa2-io.h
116
int dpaa2_io_service_enqueue_multiple_desc_fq(struct dpaa2_io *d, u32 *fqid,
include/soc/fsl/dpaa2-io.h
118
int dpaa2_io_service_enqueue_qd(struct dpaa2_io *d, u32 qdid, u8 prio,
include/soc/fsl/dpaa2-io.h
120
int dpaa2_io_service_release(struct dpaa2_io *d, u16 bpid,
include/soc/fsl/dpaa2-io.h
122
int dpaa2_io_service_acquire(struct dpaa2_io *d, u16 bpid,
include/soc/fsl/dpaa2-io.h
130
int dpaa2_io_query_fq_count(struct dpaa2_io *d, u32 fqid,
include/soc/fsl/dpaa2-io.h
132
int dpaa2_io_query_bp_count(struct dpaa2_io *d, u16 bpid,
include/soc/fsl/dpaa2-io.h
135
int dpaa2_io_set_irq_coalescing(struct dpaa2_io *d, u32 irq_holdoff);
include/soc/fsl/dpaa2-io.h
136
void dpaa2_io_get_irq_coalescing(struct dpaa2_io *d, u32 *irq_holdoff);
include/soc/fsl/dpaa2-io.h
137
void dpaa2_io_set_adaptive_coalescing(struct dpaa2_io *d,
include/soc/fsl/dpaa2-io.h
139
int dpaa2_io_get_adaptive_coalescing(struct dpaa2_io *d);
include/soc/fsl/dpaa2-io.h
140
void dpaa2_io_update_net_dim(struct dpaa2_io *d, __u64 frames, __u64 bytes);
include/soc/fsl/dpaa2-io.h
17
struct dpaa2_io;
include/soc/fsl/dpaa2-io.h
62
struct dpaa2_io *dpaa2_io_create(const struct dpaa2_io_desc *desc,
include/soc/fsl/dpaa2-io.h
65
void dpaa2_io_down(struct dpaa2_io *d);
include/soc/fsl/dpaa2-io.h
67
irqreturn_t dpaa2_io_irq(struct dpaa2_io *obj);
include/soc/fsl/dpaa2-io.h
69
struct dpaa2_io *dpaa2_io_service_select(int cpu);
include/soc/fsl/dpaa2-io.h
96
int dpaa2_io_get_cpu(struct dpaa2_io *d);
include/soc/fsl/dpaa2-io.h
98
int dpaa2_io_service_register(struct dpaa2_io *service,