Searched defs:bm (Results 1 – 6 of 6) sorted by relevance
/dpdk/drivers/net/bnxt/tf_core/ |
H A D | cfa_tcam_mgr_sbmp.h | 34 #define SBMP_WORD_GET(bm, word) ((bm).bits[(word)]) argument 39 #define SBMP_CLEAR(bm) (SBMP_WORD_GET(bm, 0) = 0) argument 40 #define SBMP_IS_NULL(bm) (SBMP_WORD_GET(bm, 0) == 0) argument 41 #define SBMP_COUNT(bm, count) \ argument 46 #define SBMP_CLEAR(bm) \ argument 51 #define SBMP_IS_NULL(bm) \ argument 53 #define SBMP_COUNT(bm, count) \ argument 62 #define SBMP_CLEAR(bm) \ argument 68 #define SBMP_IS_NULL(bm) \ argument 71 #define SBMP_COUNT(bm, count) \ argument [all …]
|
/dpdk/drivers/bus/dpaa/base/qbman/ |
H A D | bman_priv.h | 28 #define bm_isr_status_read(bm) __bm_isr_read(bm, bm_isr_status) argument 29 #define bm_isr_status_clear(bm, m) __bm_isr_write(bm, bm_isr_status, m) argument 30 #define bm_isr_enable_read(bm) __bm_isr_read(bm, bm_isr_enable) argument 31 #define bm_isr_enable_write(bm, v) __bm_isr_write(bm, bm_isr_enable, v) argument 32 #define bm_isr_disable_read(bm) __bm_isr_read(bm, bm_isr_disable) argument 33 #define bm_isr_disable_write(bm, v) __bm_isr_write(bm, bm_isr_disable, v) argument 34 #define bm_isr_inhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 1) argument 35 #define bm_isr_uninhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 0) argument
|
H A D | bman.h | 39 #define __bm_in(bm, o) be32_to_cpu(__raw_readl((bm)->ci + (o))) argument 40 #define __bm_out(bm, o, val) __raw_writel(cpu_to_be32(val), \ argument 46 #define __bm_cl_touch_ro(bm, o) dcbt_ro((bm)->ce + (o)) argument 47 #define __bm_cl_touch_rw(bm, o) dcbt_rw((bm)->ce + (o)) argument 48 #define __bm_cl_in(bm, o) be32_to_cpu(__raw_readl((bm)->ce + (o))) argument 49 #define __bm_cl_out(bm, o, val) \ argument 55 #define __bm_cl_invalidate(bm, o) dccivac((bm)->ce + (o)) argument
|
H A D | bman.c | 144 void bman_destroy_portal(struct bman_portal *bm) in bman_destroy_portal() 163 struct bman_portal *bm = get_affine_portal(); in bman_destroy_affine_portal() local
|
/dpdk/drivers/event/dlb2/pf/base/ |
H A D | dlb2_osdep_bitmap.h | 44 struct dlb2_bitmap *bm; in dlb2_bitmap_alloc() local
|
/dpdk/drivers/crypto/ionic/ |
H A D | ionic_crypto_main.c | 643 uint8_t *bm; in iocpt_alloc_objs() local
|