Home
last modified time | relevance | path

Searched refs:bman_depletion (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h83 struct bman_depletion { struct
89 static __inline__ void bman_depletion_init(struct bman_depletion *c) in bman_depletion_init() argument
93 static __inline__ void bman_depletion_fill(struct bman_depletion *c) in bman_depletion_fill()
97 static __inline__ int bman_depletion_get(const struct bman_depletion *c, uint8_t bpid) in bman_depletion_get()
101 static __inline__ void bman_depletion_set(struct bman_depletion *c, uint8_t bpid) in bman_depletion_set()
105 static __inline__ void bman_depletion_unset(struct bman_depletion *c, uint8_t bpid) in bman_depletion_unset()
292 volatile struct bman_depletion state;
H A Dbm.h258 struct bman_depletion mask;
269 …struct bman_depletion pools[2]; /**< 2-element array. pools[0] is mask, pools[1] is snapshot. …
450 t_Error BmPortalQuery(t_Handle h_BmPortal, struct bman_depletion *p_Pools, bool depletion);
H A Dbm_portal.c93 const struct bman_depletion *pools) in bman_create_portal()
199 struct bman_depletion tmp; in __poll_portal_slow()
433 t_Error BmPortalQuery(t_Handle h_BmPortal, struct bman_depletion *p_Pools, bool depletion) in BmPortalQuery()