Searched defs:bm (Results 1 – 9 of 9) sorted by relevance
| /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/net/ice/base/ |
| H A D | ice_imem.c | 10 static void _imem_bst_bm_dump(struct ice_hw *hw, struct ice_bst_main *bm) in _imem_bst_bm_dump() 94 static void _imem_bm_init(struct ice_bst_main *bm, u8 data) in _imem_bm_init()
|
| H A D | ice_bitops.h | 412 ice_bitmap_hweight(ice_bitmap_t *bm, u16 size) in ice_bitmap_hweight()
|
| H A D | ice_flex_pipe.c | 1819 ice_bitmap_t *bm) in ice_get_sw_fv_bitmap() 1864 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list) in ice_get_sw_fv_list()
|
| H A D | ice_switch.c | 7461 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list) in ice_get_fv() 7558 ice_bitmap_t *bm) in ice_get_compat_fv_bitmap()
|
| H A D | ice_flex_type.h | 1032 __le32 bm[ICE_META_INIT_DW_CNT]; member
|
| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep_bitmap.h | 44 struct dlb2_bitmap *bm; in dlb2_bitmap_alloc() local
|