| /f-stack/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.c | 148 pcfg = bm->config; in bman_destroy_portal() 149 bm_rcr_cce_update(&bm->p); in bman_destroy_portal() 150 bm_rcr_cce_update(&bm->p); in bman_destroy_portal() 152 free_irq(pcfg->irq, bm); in bman_destroy_portal() 154 kfree(bm->pools); in bman_destroy_portal() 155 bm_mc_finish(&bm->p); in bman_destroy_portal() 156 bm_rcr_finish(&bm->p); in bman_destroy_portal() 157 bm->config = NULL; in bman_destroy_portal() 163 struct bman_portal *bm = get_affine_portal(); in bman_destroy_affine_portal() local 166 pcfg = bm->config; in bman_destroy_affine_portal() [all …]
|
| 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 41 (bm)->ci + (o)) 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 51 u32 *__tmpclout = (bm)->ce + (o); \ 55 #define __bm_cl_invalidate(bm, o) dccivac((bm)->ce + (o)) argument
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | fsl_bman.h | 199 #define bm_isr_status_read(bm) __bm_isr_read(bm, bm_isr_status) argument 200 #define bm_isr_status_clear(bm, m) __bm_isr_write(bm, bm_isr_status, m) argument 201 #define bm_isr_enable_read(bm) __bm_isr_read(bm, bm_isr_enable) argument 202 #define bm_isr_enable_write(bm, v) __bm_isr_write(bm, bm_isr_enable, v) argument 203 #define bm_isr_disable_read(bm) __bm_isr_read(bm, bm_isr_disable) argument 204 #define bm_isr_disable_write(bm, v) __bm_isr_write(bm, bm_isr_disable, v) argument 205 #define bm_isr_inhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 1) argument 206 #define bm_isr_uninhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 0) argument
|
| H A D | bman_low.c | 91 static __inline__ uint32_t __bm_in(struct bm_addr *bm, uintptr_t offset) in __bm_in() argument 93 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ci, offset); in __bm_in() 98 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ci, offset); in __bm_out() 108 static __inline__ void __bm_cl_touch_ro(struct bm_addr *bm, uintptr_t offset) in __bm_cl_touch_ro() argument 110 dcbt_ro(ptr_ADD(bm->addr_ce, offset)); in __bm_cl_touch_ro() 112 static __inline__ void __bm_cl_touch_rw(struct bm_addr *bm, uintptr_t offset) in __bm_cl_touch_rw() argument 114 dcbt_rw(ptr_ADD(bm->addr_ce, offset)); in __bm_cl_touch_rw() 116 static __inline__ uint32_t __bm_cl_in(struct bm_addr *bm, uintptr_t offset) in __bm_cl_in() argument 118 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ce, offset); in __bm_cl_in() 123 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ce, offset); in __bm_cl_out() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-xp-openblocks-ax3-4.dts | 116 buffer-manager = <&bm>; 117 bm,pool-long = <0>; 123 buffer-manager = <&bm>; 124 bm,pool-long = <1>; 130 buffer-manager = <&bm>; 131 bm,pool-long = <2>; 137 buffer-manager = <&bm>; 138 bm,pool-long = <3>; 168 bm@c0000 { 173 bm-bppi {
|
| H A D | armada-385-db-ap.dts | 98 buffer-manager = <&bm>; 99 bm,pool-long = <1>; 100 bm,pool-short = <3>; 108 buffer-manager = <&bm>; 109 bm,pool-long = <2>; 110 bm,pool-short = <3>; 129 buffer-manager = <&bm>; 130 bm,pool-long = <0>; 131 bm,pool-short = <3>; 134 bm@c8000 { [all …]
|
| H A D | armada-388-db.dts | 54 buffer-manager = <&bm>; 55 bm,pool-long = <2>; 56 bm,pool-short = <3>; 67 buffer-manager = <&bm>; 68 bm,pool-long = <0>; 69 bm,pool-short = <1>; 90 bm@c8000 { 111 bm-bppi {
|
| H A D | armada-xp-db.dts | 98 buffer-manager = <&bm>; 99 bm,pool-long = <0>; 105 buffer-manager = <&bm>; 106 bm,pool-long = <1>; 112 buffer-manager = <&bm>; 113 bm,pool-long = <2>; 119 buffer-manager = <&bm>; 120 bm,pool-long = <3>; 123 bm@c0000 { 178 bm-bppi {
|
| H A D | armada-xp-gp.dts | 124 buffer-manager = <&bm>; 125 bm,pool-long = <0>; 131 buffer-manager = <&bm>; 132 bm,pool-long = <1>; 138 buffer-manager = <&bm>; 139 bm,pool-long = <2>; 145 buffer-manager = <&bm>; 146 bm,pool-long = <3>; 159 bm@c0000 { 175 bm-bppi {
|
| H A D | armada-385-linksys.dtsi | 91 &bm { 102 buffer-manager = <&bm>; 103 bm,pool-long = <0>; 104 bm,pool-short = <1>; 114 buffer-manager = <&bm>; 115 bm,pool-long = <2>; 116 bm,pool-short = <3>;
|
| H A D | armada-xp-linksys-mamba.dts | 68 buffer-manager = <&bm>; 69 bm,pool-long = <0>; 70 bm,pool-short = <1>; 82 buffer-manager = <&bm>; 83 bm,pool-long = <2>; 84 bm,pool-short = <3>; 165 bm@c8000 { 170 bm-bppi {
|
| H A D | armada-38x-solidrun-microsom.dtsi | 35 &bm { 49 buffer-manager = <&bm>; 50 bm,pool-long = <0>; 51 bm,pool-short = <1>;
|
| H A D | armada-388-clearfog.dtsi | 93 bm,pool-long = <2>; 94 bm,pool-short = <1>; 95 buffer-manager = <&bm>; 103 bm,pool-long = <3>; 104 bm,pool-short = <1>; 105 buffer-manager = <&bm>;
|
| H A D | armada-385-clearfog-gtr.dtsi | 291 &bm { 305 buffer-manager = <&bm>; 306 bm,pool-long = <0>; 307 bm,pool-short = <1>; 313 bm,pool-long = <2>; 314 bm,pool-short = <1>; 315 buffer-manager = <&bm>; 328 bm,pool-long = <3>; 329 bm,pool-short = <1>; 330 buffer-manager = <&bm>;
|
| H A D | armada-388-gp.dts | 91 buffer-manager = <&bm>; 92 bm,pool-long = <2>; 93 bm,pool-short = <3>; 113 buffer-manager = <&bm>; 114 bm,pool-long = <0>; 115 bm,pool-short = <1>; 150 bm@c8000 { 208 bm-bppi {
|
| H A D | armada-385-synology-ds116.dts | 82 buffer-manager = <&bm>; 83 bm,pool-long = <0>; 110 bm@c8000 { 125 bm-bppi {
|
| H A D | armada-xp.dtsi | 170 bm: bm@c0000 { label 171 compatible = "marvell,armada-380-neta-bm"; 217 bm_bppi: bm-bppi {
|
| /f-stack/dpdk/drivers/event/dlb/pf/base/ |
| H A D | dlb_osdep_bitmap.h | 46 struct dlb_bitmap *bm; in dlb_bitmap_alloc() local 56 bm = rte_malloc("DLB_PF", in dlb_bitmap_alloc() 60 if (bm == NULL) in dlb_bitmap_alloc() 67 rte_free(bm); in dlb_bitmap_alloc() 71 bm->map = rte_bitmap_init(len, mem, alloc_size); in dlb_bitmap_alloc() 72 if (bm->map == NULL) { in dlb_bitmap_alloc() 74 rte_free(bm); in dlb_bitmap_alloc() 78 bm->len = len; in dlb_bitmap_alloc() 80 *bitmap = bm; in dlb_bitmap_alloc()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep_bitmap.h | 44 struct dlb2_bitmap *bm; in dlb2_bitmap_alloc() local 53 bm = rte_malloc("DLB2_PF", in dlb2_bitmap_alloc() 57 if (bm == NULL) in dlb2_bitmap_alloc() 64 rte_free(bm); in dlb2_bitmap_alloc() 68 bm->map = rte_bitmap_init(len, mem, alloc_size); in dlb2_bitmap_alloc() 69 if (bm->map == NULL) { in dlb2_bitmap_alloc() 71 rte_free(bm); in dlb2_bitmap_alloc() 75 bm->len = len; in dlb2_bitmap_alloc() 77 *bitmap = bm; in dlb2_bitmap_alloc()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | marvell-armada-370-neta.txt | 27 Documentation/devicetree/bindings/net/marvell-neta-bm.txt 28 - bm,pool-long: ID of a pool, that will accept all packets of a size 32 - bm,pool-short: ID of a pool, that will be used for accepting 46 buffer-manager = <&bm>; 47 bm,pool-long = <0>; 48 bm,pool-short = <1>;
|
| H A D | marvell-neta-bm.txt | 5 - compatible: should be "marvell,armada-380-neta-bm". 29 bm: bm@c8000 { 30 compatible = "marvell,armada-380-neta-bm"; 40 bm_bppi: bm-bppi {
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_switch.c | 6856 ice_bitmap_t *bm) in ice_get_compat_fv_bitmap() argument 6888 ice_set_bit(ICE_PROFID_PPPOE_PAY, bm); in ice_get_compat_fv_bitmap() 6916 ice_set_bit(ICE_PROFID_IPV6_ESP, bm); in ice_get_compat_fv_bitmap() 6920 ice_set_bit(ICE_PROFID_IPV6_AH, bm); in ice_get_compat_fv_bitmap() 6928 ice_set_bit(ICE_PROFID_IPV6_NAT_T, bm); in ice_get_compat_fv_bitmap() 6949 ice_set_bit(ICE_PROFID_IPV4_ESP, bm); in ice_get_compat_fv_bitmap() 6952 ice_set_bit(ICE_PROFID_IPV4_AH, bm); in ice_get_compat_fv_bitmap() 6955 ice_set_bit(ICE_PROFID_IPV4_TCP, bm); in ice_get_compat_fv_bitmap() 6958 ice_set_bit(ICE_PROFID_IPV4_UDP, bm); in ice_get_compat_fv_bitmap() 6961 ice_set_bit(ICE_PROFID_IPV6_TCP, bm); in ice_get_compat_fv_bitmap() [all …]
|
| H A D | ice_flex_pipe.h | 35 ice_bitmap_t *bm); 40 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list);
|
| /f-stack/app/nginx-1.16.1/auto/lib/zlib/ |
| H A D | makefile.owc | 6 CFLAGS = -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
|