Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/fsl/qbman/
Dbman.c217 struct bman_portal { struct
228 static DEFINE_PER_CPU(struct bman_portal, bman_affine_portal); argument
230 static inline struct bman_portal *get_affine_portal(void) in get_affine_portal()
249 struct bman_portal *portal;
253 static u32 poll_portal_slow(struct bman_portal *p, u32 is);
257 struct bman_portal *p = ptr; in portal_isr()
526 static int bman_create_portal(struct bman_portal *portal, in bman_create_portal()
594 struct bman_portal *bman_create_affine_portal(const struct bm_portal_config *c) in bman_create_affine_portal()
596 struct bman_portal *portal; in bman_create_affine_portal()
611 static u32 poll_portal_slow(struct bman_portal *p, u32 is) in poll_portal_slow()
[all …]
Dbman_priv.h62 struct bman_portal *bman_create_affine_portal(
69 int bman_p_irqsource_add(struct bman_portal *p, u32 bits);
78 bman_get_bm_portal_config(const struct bman_portal *portal);
Dbman_portal.c33 static struct bman_portal *affine_bportals[NR_CPUS];
39 static struct bman_portal *init_pcfg(struct bm_portal_config *pcfg) in init_pcfg()
41 struct bman_portal *p = bman_create_affine_portal(pcfg); in init_pcfg()
59 struct bman_portal *p = affine_bportals[cpu]; in bman_offline_cpu()
77 struct bman_portal *p = affine_bportals[cpu]; in bman_online_cpu()
DMakefile3 bman_portal.o qman_portal.o \
/linux-6.1.9/include/soc/fsl/
Dbman.h78 struct bman_portal;