Lines Matching refs:bman_portal
217 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()
627 int bman_p_irqsource_add(struct bman_portal *p, u32 bits) in bman_p_irqsource_add()
645 struct bman_portal *p = get_affine_portal(); in bm_shutdown_pool()
730 static void update_rcr_ci(struct bman_portal *p, int avail) in update_rcr_ci()
740 struct bman_portal *p; in bman_release()
788 struct bman_portal *p = get_affine_portal(); in bman_acquire()
816 bman_get_bm_portal_config(const struct bman_portal *portal) in bman_get_bm_portal_config()