| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman_priv.h | 275 #define qm_isr_status_read(qm) __qm_isr_read(qm, qm_isr_status) argument 276 #define qm_isr_status_clear(qm, m) __qm_isr_write(qm, qm_isr_status, m) argument 277 #define qm_isr_enable_read(qm) __qm_isr_read(qm, qm_isr_enable) argument 278 #define qm_isr_enable_write(qm, v) __qm_isr_write(qm, qm_isr_enable, v) argument 279 #define qm_isr_disable_read(qm) __qm_isr_read(qm, qm_isr_disable) argument 280 #define qm_isr_disable_write(qm, v) __qm_isr_write(qm, qm_isr_disable, v) argument 282 #define qm_isr_inhibit(qm) __qm_isr_write(qm, qm_isr_inhibit, 1) argument 283 #define qm_isr_uninhibit(qm) __qm_isr_write(qm, qm_isr_inhibit, 0) argument
|
| H A D | qman.h | 54 #define __qm_in(qm, o) be32_to_cpu(__raw_readl((qm)->ci + (o))) argument 55 #define __qm_out(qm, o, val) __raw_writel((cpu_to_be32(val)), \ argument 61 #define __qm_cl_touch_ro(qm, o) dcbt_ro((qm)->ce + (o)) argument 62 #define __qm_cl_touch_rw(qm, o) dcbt_rw((qm)->ce + (o)) argument 63 #define __qm_cl_in(qm, o) be32_to_cpu(__raw_readl((qm)->ce + (o))) argument 64 #define __qm_cl_out(qm, o, val) \ argument 70 #define __qm_cl_invalidate(qm, o) dccivac((qm)->ce + (o)) argument
|
| H A D | qman.c | 698 void qman_destroy_portal(struct qman_portal *qm) in qman_destroy_portal() 735 struct qman_portal *qm; in qman_destroy_affine_portal() local
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 103 static __inline__ uint32_t __qm_in(struct qm_addr *qm, uintptr_t offset) in __qm_in() 108 static __inline__ void __qm_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_out() 120 static __inline__ void __qm_cl_touch_ro(struct qm_addr *qm, uintptr_t offset) in __qm_cl_touch_ro() 124 static __inline__ void __qm_cl_touch_rw(struct qm_addr *qm, uintptr_t offset) in __qm_cl_touch_rw() 128 static __inline__ uint32_t __qm_cl_in(struct qm_addr *qm, uintptr_t offset) in __qm_cl_in() 133 static __inline__ void __qm_cl_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_cl_out() 139 static __inline__ void __qm_cl_invalidate(struct qm_addr *qm, uintptr_t offset) in __qm_cl_invalidate()
|
| H A D | fsl_qman.h | 298 #define qm_isr_status_read(qm) __qm_isr_read(qm, qm_isr_status) argument 299 #define qm_isr_status_clear(qm, m) __qm_isr_write(qm, qm_isr_status, m) argument 300 #define qm_isr_enable_read(qm) __qm_isr_read(qm, qm_isr_enable) argument 301 #define qm_isr_enable_write(qm, v) __qm_isr_write(qm, qm_isr_enable, v) argument 302 #define qm_isr_disable_read(qm) __qm_isr_read(qm, qm_isr_disable) argument 303 #define qm_isr_disable_write(qm, v) __qm_isr_write(qm, qm_isr_disable, v) argument 304 #define qm_isr_inhibit(qm) __qm_isr_write(qm, qm_isr_inhibit, 1) argument 305 #define qm_isr_uninhibit(qm) __qm_isr_write(qm, qm_isr_inhibit, 0) argument
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_avx512_common.h | 29 __mmask64 qm; in _F_() local
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1382 int qm = 8; in gen_qm8_llr() local 1479 int qm = 6; in gen_qm6_llr() local 1543 int qm = 4; in gen_qm4_llr() local 1621 uint16_t qm; in generate_llr_input() local
|
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.h | 251 qm:4, member 327 qm:4, member
|