Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c243 struct bm_rcr_entry *bm_rcr_pend_and_next(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pend_and_next() argument
250 rcr->cursor->__dont_write_directly__verb = (uint8_t)(myverb | rcr->vbit); in bm_rcr_pend_and_next()
258 void bm_rcr_pci_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pci_commit() argument
263 rcr->cursor->__dont_write_directly__verb = (uint8_t)(myverb | rcr->vbit); in bm_rcr_pci_commit()
280 void bm_rcr_pce_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pce_commit() argument
285 rcr->cursor->__dont_write_directly__verb = (uint8_t)(myverb | rcr->vbit); in bm_rcr_pce_commit()
295 void bm_rcr_pvb_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pvb_commit() argument
303 rcursor->__dont_write_directly__verb = (uint8_t)(myverb | rcr->vbit); in bm_rcr_pvb_commit()
435 void bm_mc_commit(struct bm_portal *portal, uint8_t myverb) in bm_mc_commit() argument
440 mc->cr->__dont_write_directly__verb = (uint8_t)(myverb | mc->vbit); in bm_mc_commit()
H A Dfsl_bman.h137 struct bm_rcr_entry *bm_rcr_pend_and_next(struct bm_portal *portal, uint8_t myverb);
140 void bm_rcr_pci_commit(struct bm_portal *portal, uint8_t myverb);
142 void bm_rcr_pce_commit(struct bm_portal *portal, uint8_t myverb);
143 void bm_rcr_pvb_commit(struct bm_portal *portal, uint8_t myverb);
173 void bm_mc_commit(struct bm_portal *portal, uint8_t myverb);
H A Dbm.h216 typedef void (t_BmCommitCb)(struct bm_portal *p_BmPortalLow, uint8_t myverb);
335 static __inline__ void BmCommit(t_BmPortal *p_BmPortal, bmRingType_t type, uint8_t myverb) in BmCommit() argument
337 p_BmPortal->cbs[type].f_BmCommitCb(p_BmPortal->p_BmPortalLow, myverb); in BmCommit()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.h236 struct bm_portal *portal, u8 myverb) in bm_rcr_pend_and_next() argument
246 rcr->cursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pend_and_next()
254 static inline void bm_rcr_pci_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pci_commit() argument
262 rcr->cursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pci_commit()
283 static inline void bm_rcr_pce_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pce_commit() argument
291 rcr->cursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pce_commit()
301 static inline void bm_rcr_pvb_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pvb_commit() argument
312 rcursor->__dont_write_directly__verb = myverb | rcr->vbit; in bm_rcr_pvb_commit()
439 static inline void bm_mc_commit(struct bm_portal *portal, u8 myverb) in bm_mc_commit() argument
448 mc->cr->__dont_write_directly__verb = myverb | mc->vbit; in bm_mc_commit()
H A Dqman.h284 struct qm_portal *portal, u8 myverb) in qm_eqcr_pend_and_next() argument
294 eqcr->cursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pend_and_next()
308 static inline void qm_eqcr_pci_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pci_commit() argument
316 eqcr->cursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pci_commit()
338 static inline void qm_eqcr_pce_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pce_commit() argument
346 eqcr->cursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pce_commit()
357 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit() argument
368 eqcursor->__dont_write_directly__verb = myverb | eqcr->vbit; in qm_eqcr_pvb_commit()
849 static inline void qm_mc_commit(struct qm_portal *portal, u8 myverb) in qm_mc_commit() argument
858 mc->cr->__dont_write_directly__verb = myverb | mc->vbit; in qm_mc_commit()
H A Dqman.c1608 u8 res, myverb = (flags & QMAN_INITFQ_FLAG_SCHED) ? in qman_init_fq() local
1673 qm_mc_commit(&p->p, myverb); in qman_init_fq()
1676 DPAA_ASSERT((mcr->verb & QM_MCR_VERB_MASK) == myverb); in qman_init_fq()
1877 u8 myverb; in qman_fq_flow_control() local
1901 myverb = xon ? QM_MCC_VERB_ALTER_FQXON : QM_MCC_VERB_ALTER_FQXOFF; in qman_fq_flow_control()
1903 qm_mc_commit(&p->p, myverb); in qman_fq_flow_control()
1906 DPAA_ASSERT((mcr->verb & QM_MCR_VERB_MASK) == myverb); in qman_fq_flow_control()
2031 u8 res, myverb; in qman_query_wq() local
2033 myverb = (query_dedicated) ? QM_MCR_VERB_QUERYWQ_DEDICATED : in qman_query_wq()
2037 qm_mc_commit(&p->p, myverb); in qman_query_wq()
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h285 …ic __inline__ struct qm_eqcr_entry *qm_eqcr_pend_and_next(struct qm_portal *portal, uint8_t myverb) in qm_eqcr_pend_and_next() argument
294 eqcr->cursor->__dont_write_directly__verb = (uint8_t)(myverb | eqcr->vbit); in qm_eqcr_pend_and_next()
315 static __inline__ void qmPortalEqcrPciCommit(struct qm_portal *portal, uint8_t myverb) in qmPortalEqcrPciCommit() argument
322 eqcr->cursor->__dont_write_directly__verb = (uint8_t)(myverb | eqcr->vbit); in qmPortalEqcrPciCommit()
343 static __inline__ void qmPortalEqcrPceCommit(struct qm_portal *portal, uint8_t myverb) in qmPortalEqcrPceCommit() argument
350 eqcr->cursor->__dont_write_directly__verb = (uint8_t)(myverb | eqcr->vbit); in qmPortalEqcrPceCommit()
361 static __inline__ void qmPortalEqcrPvbCommit(struct qm_portal *portal, uint8_t myverb) in qmPortalEqcrPvbCommit() argument
371 eqcursor->__dont_write_directly__verb = (uint8_t)(myverb | eqcr->vbit); in qmPortalEqcrPvbCommit()
1083 static __inline__ void qm_mc_commit(struct qm_portal *portal, uint8_t myverb) in qm_mc_commit() argument
1090 mc->cr->__dont_write_directly__verb = (uint8_t)(myverb | mc->vbit); in qm_mc_commit()
H A Dqm_portal_fqr.c228 uint8_t res, myverb = (uint8_t)((flags & QMAN_INITFQ_FLAG_SCHED) ? in qman_init_fq() local
249 qm_mc_commit(p_QmPortal->p_LowQmPortal, myverb); in qman_init_fq()
251 ASSERT_COND((p_Mcr->verb & QM_MCR_VERB_MASK) == myverb); in qman_init_fq()