Searched refs:dpaa2_io (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/include/soc/fsl/ |
H A D | dpaa2-io.h | 17 struct dpaa2_io; 62 struct dpaa2_io *dpaa2_io_create(const struct dpaa2_io_desc *desc, 65 void dpaa2_io_down(struct dpaa2_io *d); 67 irqreturn_t dpaa2_io_irq(struct dpaa2_io *obj); 69 struct dpaa2_io *dpaa2_io_service_select(int cpu); 96 int dpaa2_io_get_cpu(struct dpaa2_io *d); 98 int dpaa2_io_service_register(struct dpaa2_io *service, 101 void dpaa2_io_service_deregister(struct dpaa2_io *service, 104 int dpaa2_io_service_rearm(struct dpaa2_io *service, 107 int dpaa2_io_service_pull_fq(struct dpaa2_io * [all...] |
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | dpaa2-io.h | 17 struct dpaa2_io; 60 struct dpaa2_io *dpaa2_io_create(const struct dpaa2_io_desc *desc, 63 void dpaa2_io_down(struct dpaa2_io *d); 65 irqreturn_t dpaa2_io_irq(struct dpaa2_io *obj); 67 struct dpaa2_io *dpaa2_io_service_select(int cpu); 94 int dpaa2_io_get_cpu(struct dpaa2_io *d); 96 int dpaa2_io_service_register(struct dpaa2_io *service, 99 void dpaa2_io_service_deregister(struct dpaa2_io *service, 102 int dpaa2_io_service_rearm(struct dpaa2_io *service, 105 int dpaa2_io_service_pull_fq(struct dpaa2_io * [all...] |
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 21 struct dpaa2_io { struct 53 static struct dpaa2_io *dpio_by_cpu[NR_CPUS]; 57 static inline struct dpaa2_io *service_select_by_cpu(struct dpaa2_io *d, in service_select_by_cpu() 77 static inline struct dpaa2_io *service_select(struct dpaa2_io *d) in service_select() 87 d = list_entry(dpio_list.next, struct dpaa2_io, node); in service_select() 96 * dpaa2_io_service_select() - return a dpaa2_io service affined to this cpu 99 * Return the affine dpaa2_io service, or NULL if there is no service affined 103 struct dpaa2_io *dpaa2_io_service_selec [all...] |
H A D | dpio-driver.c | 30 struct dpaa2_io *io;
|
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/ |
H A D | dpio-service.c | 20 struct dpaa2_io { struct 44 static struct dpaa2_io *dpio_by_cpu[NR_CPUS]; 48 static inline struct dpaa2_io *service_select_by_cpu(struct dpaa2_io *d, in service_select_by_cpu() 68 static inline struct dpaa2_io *service_select(struct dpaa2_io *d) in service_select() 78 d = list_entry(dpio_list.next, struct dpaa2_io, node); in service_select() 87 * dpaa2_io_service_select() - return a dpaa2_io service affined to this cpu 90 * Return the affine dpaa2_io service, or NULL if there is no service affined 94 struct dpaa2_io *dpaa2_io_service_selec [all...] |
H A D | dpio-driver.c | 31 struct dpaa2_io *io;
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi2.h | 93 struct dpaa2_io *dpio;
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi2.h | 91 struct dpaa2_io *dpio;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ethtool.c | 861 struct dpaa2_io *dpio = priv->channel[0]->dpio; in dpaa2_eth_get_coalesce() 875 struct dpaa2_io *dpio; in dpaa2_eth_set_coalesce()
|
H A D | dpaa2-eth.h | 492 struct dpaa2_io *dpio;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | 452 struct dpaa2_io *dpio;
|
Completed in 9 milliseconds