Searched defs:myverb (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bman_low.c | 243 struct bm_rcr_entry *bm_rcr_pend_and_next(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pend_and_next() 258 void bm_rcr_pci_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pci_commit() 280 void bm_rcr_pce_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pce_commit() 295 void bm_rcr_pvb_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pvb_commit() 435 void bm_mc_commit(struct bm_portal *portal, uint8_t myverb) in bm_mc_commit()
|
| H A D | bm.h | 335 static __inline__ void BmCommit(t_BmPortal *p_BmPortal, bmRingType_t type, uint8_t myverb) in BmCommit()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.h | 236 struct bm_portal *portal, u8 myverb) 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() 283 static inline void bm_rcr_pce_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pce_commit() 301 static inline void bm_rcr_pvb_commit(struct bm_portal *portal, u8 myverb) in bm_rcr_pvb_commit() 439 static inline void bm_mc_commit(struct bm_portal *portal, u8 myverb) in bm_mc_commit()
|
| H A D | qman.h | 284 struct qm_portal *portal, u8 myverb) 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() 338 static inline void qm_eqcr_pce_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pce_commit() 357 static inline void qm_eqcr_pvb_commit(struct qm_portal *portal, u8 myverb) in qm_eqcr_pvb_commit() 849 static inline void qm_mc_commit(struct qm_portal *portal, u8 myverb) in qm_mc_commit()
|
| H A D | qman.c | 1608 u8 res, myverb = (flags & QMAN_INITFQ_FLAG_SCHED) ? in qman_init_fq() local 1877 u8 myverb; in qman_fq_flow_control() local 2031 u8 res, myverb; in qman_query_wq() local
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 285 …ic __inline__ struct qm_eqcr_entry *qm_eqcr_pend_and_next(struct qm_portal *portal, uint8_t myverb) in qm_eqcr_pend_and_next() 315 static __inline__ void qmPortalEqcrPciCommit(struct qm_portal *portal, uint8_t myverb) in qmPortalEqcrPciCommit() 343 static __inline__ void qmPortalEqcrPceCommit(struct qm_portal *portal, uint8_t myverb) in qmPortalEqcrPceCommit() 361 static __inline__ void qmPortalEqcrPvbCommit(struct qm_portal *portal, uint8_t myverb) in qmPortalEqcrPvbCommit() 1083 static __inline__ void qm_mc_commit(struct qm_portal *portal, uint8_t myverb) in qm_mc_commit()
|
| H A D | qm_portal_fqr.c | 228 uint8_t res, myverb = (uint8_t)((flags & QMAN_INITFQ_FLAG_SCHED) ? in qman_init_fq() local
|