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

/freebsd-12-stable/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)
93 static __inline__ void bman_depletion_fill(struct bman_depletion *c)
97 static __inline__ int bman_depletion_get(const struct bman_depletion *c, uint8_t bpid)
101 static __inline__ void bman_depletion_set(struct bman_depletion *c, uint8_t bpid)
105 static __inline__ void bman_depletion_unset(struct bman_depletion *c, uint8_t bpid)
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)
199 struct bman_depletion tmp;
433 t_Error BmPortalQuery(t_Handle h_BmPortal, struct bman_depletion *p_Pools, bool depletion)

Completed in 114 milliseconds