Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qbman/
H A Dbman.c106 struct bm_rcr_entry { struct
123 struct bm_rcr_entry *ring, *cursor; argument
272 #define RCR_SHIFT ilog2(sizeof(struct bm_rcr_entry))
276 static struct bm_rcr_entry *rcr_carryclear(struct bm_rcr_entry *p) in rcr_carryclear()
282 return (struct bm_rcr_entry *)addr; in rcr_carryclear()
287 static int rcr_ptr2idx(struct bm_rcr_entry *e) in rcr_ptr2idx()
297 struct bm_rcr_entry *partial = rcr->cursor + 1; in rcr_inc()
347 static inline struct bm_rcr_entry *bm_rcr_start(struct bm_portal *portal) in bm_rcr_start()
364 struct bm_rcr_entry *rcursor; in bm_rcr_pvb_commit()
741 struct bm_rcr_entry *r; in bman_release()