Lines Matching refs:qm_eqcr_entry
178 struct qm_eqcr_entry { struct
196 struct qm_eqcr_entry *ring, *cursor; argument
389 #define EQCR_SHIFT ilog2(sizeof(struct qm_eqcr_entry))
393 static struct qm_eqcr_entry *eqcr_carryclear(struct qm_eqcr_entry *p) in eqcr_carryclear()
399 return (struct qm_eqcr_entry *)addr; in eqcr_carryclear()
403 static int eqcr_ptr2idx(struct qm_eqcr_entry *e) in eqcr_ptr2idx()
412 struct qm_eqcr_entry *partial = eqcr->cursor + 1; in eqcr_inc()
470 static inline struct qm_eqcr_entry *qm_eqcr_start_no_stash(struct qm_portal in qm_eqcr_start_no_stash()
486 static inline struct qm_eqcr_entry *qm_eqcr_start_stash(struct qm_portal in qm_eqcr_start_stash()
519 struct qm_eqcr_entry *eqcursor; in qm_eqcr_pvb_commit()
2220 struct qm_eqcr_entry *eq; in qman_enqueue()