| /Linux-v5.4/arch/riscv/kernel/ |
| D | fpu.S | 71 fld f0, TASK_THREAD_F0_F0(a0) 72 fld f1, TASK_THREAD_F1_F0(a0) 73 fld f2, TASK_THREAD_F2_F0(a0) 74 fld f3, TASK_THREAD_F3_F0(a0) 75 fld f4, TASK_THREAD_F4_F0(a0) 76 fld f5, TASK_THREAD_F5_F0(a0) 77 fld f6, TASK_THREAD_F6_F0(a0) 78 fld f7, TASK_THREAD_F7_F0(a0) 79 fld f8, TASK_THREAD_F8_F0(a0) 80 fld f9, TASK_THREAD_F9_F0(a0) [all …]
|
| /Linux-v5.4/include/linux/mlx5/ |
| D | device.h | 50 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 51 #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) argument 52 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument 53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 54 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 55 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument 56 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 57 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 58 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument 59 #define __mlx5_mask16(typ, fld) ((u16)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument [all …]
|
| /Linux-v5.4/net/decnet/ |
| D | dn_route.c | 326 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route() 947 struct flowidn fld = { in dn_route_output_slow() local 1018 if (!fld.daddr) { in dn_route_output_slow() 1019 fld.daddr = fld.saddr; in dn_route_output_slow() 1029 if (!fld.daddr) { in dn_route_output_slow() 1030 fld.daddr = in dn_route_output_slow() 1031 fld.saddr = dnet_select_source(dev_out, 0, in dn_route_output_slow() 1033 if (!fld.daddr) in dn_route_output_slow() 1036 fld.flowidn_oif = LOOPBACK_IFINDEX; in dn_route_output_slow() 1045 le16_to_cpu(fld.daddr), le16_to_cpu(fld.saddr), in dn_route_output_slow() [all …]
|
| D | dn_rules.c | 71 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action() local 97 err = tbl->lookup(tbl, fld, (struct dn_fib_res *)arg->result); in dn_fib_rule_action() 111 struct flowidn *fld = &fl->u.dn; in dn_fib_rule_match() local 112 __le16 daddr = fld->daddr; in dn_fib_rule_match() 113 __le16 saddr = fld->saddr; in dn_fib_rule_match() 186 struct flowidn fld = { .daddr = addr }; in dnet_addr_type() local 194 if (!tb->lookup(tb, &fld, &res)) { in dnet_addr_type()
|
| D | dn_fib.c | 200 struct flowidn fld; in dn_fib_check_nh() local 220 memset(&fld, 0, sizeof(fld)); in dn_fib_check_nh() 221 fld.daddr = nh->nh_gw; in dn_fib_check_nh() 222 fld.flowidn_oif = nh->nh_oif; in dn_fib_check_nh() 223 fld.flowidn_scope = r->rtm_scope + 1; in dn_fib_check_nh() 225 if (fld.flowidn_scope < RT_SCOPE_LINK) in dn_fib_check_nh() 226 fld.flowidn_scope = RT_SCOPE_LINK; in dn_fib_check_nh() 228 if ((err = dn_fib_lookup(&fld, &res)) != 0) in dn_fib_check_nh() 416 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fi… in dn_fib_semantic_match() argument 436 if (!fld->flowidn_oif || in dn_fib_semantic_match() [all …]
|
| D | dn_nsp_out.c | 71 struct flowidn fld; in dn_nsp_send() local 84 memset(&fld, 0, sizeof(fld)); in dn_nsp_send() 85 fld.flowidn_oif = sk->sk_bound_dev_if; in dn_nsp_send() 86 fld.saddr = dn_saddr2dn(&scp->addr); in dn_nsp_send() 87 fld.daddr = dn_saddr2dn(&scp->peer); in dn_nsp_send() 88 dn_sk_ports_copy(&fld, scp); in dn_nsp_send() 89 fld.flowidn_proto = DNPROTO_NSP; in dn_nsp_send() 90 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, 0) == 0) { in dn_nsp_send()
|
| D | af_decnet.c | 904 struct flowidn fld; in __dn_connect() local 944 memset(&fld, 0, sizeof(fld)); in __dn_connect() 945 fld.flowidn_oif = sk->sk_bound_dev_if; in __dn_connect() 946 fld.daddr = dn_saddr2dn(&scp->peer); in __dn_connect() 947 fld.saddr = dn_saddr2dn(&scp->addr); in __dn_connect() 948 dn_sk_ports_copy(&fld, scp); in __dn_connect() 949 fld.flowidn_proto = DNPROTO_NSP; in __dn_connect() 950 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, flags) < 0) in __dn_connect()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_stats.h | 44 #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld) argument 45 #define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld) argument 46 #define MLX5E_DECLARE_TX_STAT(type, fld) "tx%d_"#fld, offsetof(type, fld) argument 47 #define MLX5E_DECLARE_XDPSQ_STAT(type, fld) "tx%d_xdp_"#fld, offsetof(type, fld) argument 48 #define MLX5E_DECLARE_RQ_XDPSQ_STAT(type, fld) "rx%d_xdp_tx_"#fld, offsetof(type, fld) argument 49 #define MLX5E_DECLARE_XSKRQ_STAT(type, fld) "rx%d_xsk_"#fld, offsetof(type, fld) argument 50 #define MLX5E_DECLARE_XSKSQ_STAT(type, fld) "tx%d_xsk_"#fld, offsetof(type, fld) argument 51 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) argument
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fs_tracepoint.c | 39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument 41 {.m = MLX5_GET(spec, mask, fld),\ 42 .v = MLX5_GET(spec, val, fld)} 43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument 45 {.m = MLX5_GET_BE(type, spec, mask, fld),\ 46 .v = MLX5_GET_BE(type, spec, val, fld)} 49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument 50 (name.m = MLX5_GET(type, mask, fld), \ 51 name.v = MLX5_GET(type, val, fld), \ 66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument [all …]
|
| /Linux-v5.4/scripts/coccinelle/misc/ |
| D | doubleinit.cocci | 18 identifier I, s, fld; 23 struct I s =@p0 { ..., .fld@p = E, ...}; 26 identifier I, s, r.fld; 31 struct I s =@p0 { ..., .fld@p = E, ...}; 35 fld << r.fld; 41 cocci.print_main(fld,p0) 47 fld << r.fld; 53 msg = "%s: first occurrence line %s, second occurrence line %s" % (fld,ps[0].line,pr[0].line)
|
| /Linux-v5.4/scripts/gcc-plugins/ |
| D | latent_entropy_plugin.c | 165 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local 168 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute() 171 fieldtype = TREE_TYPE(fld); in handle_latent_entropy_attribute() 177 *node, name, fld); in handle_latent_entropy_attribute() 181 if (fld) in handle_latent_entropy_attribute() 190 for (fld = lst; fld; fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute() 191 tree random_const, fld_t = TREE_TYPE(fld); in handle_latent_entropy_attribute() 194 CONSTRUCTOR_APPEND_ELT(vals, fld, random_const); in handle_latent_entropy_attribute()
|
| /Linux-v5.4/include/net/ |
| D | dn_route.h | 68 struct flowidn fld; member 83 return rt->fld.flowidn_iif != 0; in dn_is_input_route() 88 return rt->fld.flowidn_iif == 0; in dn_is_output_route()
|
| D | dn_fib.h | 88 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, 108 const struct flowidn *fld, struct dn_fib_res *res); 111 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res); 127 int dn_fib_lookup(struct flowidn *fld, struct dn_fib_res *res);
|
| D | dn.h | 190 static inline void dn_sk_ports_copy(struct flowidn *fld, struct dn_scp *scp) in dn_sk_ports_copy() argument 192 fld->fld_sport = scp->addrloc; in dn_sk_ports_copy() 193 fld->fld_dport = scp->addrrem; in dn_sk_ports_copy()
|
| /Linux-v5.4/drivers/perf/ |
| D | arm_spe_pmu.c | 927 int fld; in __arm_spe_pmu_dev_probe() local 932 fld = cpuid_feature_extract_unsigned_field(read_cpuid(ID_AA64DFR0_EL1), in __arm_spe_pmu_dev_probe() 934 if (!fld) { in __arm_spe_pmu_dev_probe() 937 fld, smp_processor_id()); in __arm_spe_pmu_dev_probe() 950 fld = reg >> SYS_PMBIDR_EL1_ALIGN_SHIFT & SYS_PMBIDR_EL1_ALIGN_MASK; in __arm_spe_pmu_dev_probe() 951 spe_pmu->align = 1 << fld; in __arm_spe_pmu_dev_probe() 954 fld, smp_processor_id()); in __arm_spe_pmu_dev_probe() 979 fld = reg >> SYS_PMSIDR_EL1_INTERVAL_SHIFT & SYS_PMSIDR_EL1_INTERVAL_MASK; in __arm_spe_pmu_dev_probe() 980 switch (fld) { in __arm_spe_pmu_dev_probe() 1004 fld); in __arm_spe_pmu_dev_probe() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/mscc/ |
| D | ocelot_ace.c | 289 #define VCAP_KEY_SET(fld, val, msk) \ argument 290 vcap_key_set(&data, IS2_HKO_##fld, IS2_HKL_##fld, val, msk) 291 #define VCAP_KEY_ANY_SET(fld) \ argument 292 vcap_key_set(&data, IS2_HKO_##fld, IS2_HKL_##fld, 0, 0) 293 #define VCAP_KEY_BIT_SET(fld, val) vcap_key_bit_set(&data, IS2_HKO_##fld, val) argument 294 #define VCAP_KEY_BYTES_SET(fld, val, msk) \ argument 295 vcap_key_bytes_set(&data, IS2_HKO_##fld, val, msk, IS2_HKL_##fld / 8) 303 #define VCAP_ACT_SET(fld, val) \ argument 304 vcap_action_set(data, IS2_AO_##fld, IS2_AL_##fld, val)
|
| /Linux-v5.4/drivers/media/platform/ti-vpe/ |
| D | vpdma.h | 198 #define ADB_ADDR(dma_buf, str, fld) ((dma_buf)->addr + offsetof(str, fld)) argument 199 #define MMR_ADB_ADDR(buf, str, fld) ADB_ADDR(&(buf), struct str, fld) argument
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | context.c | 46 int fld = cpuid_feature_extract_unsigned_field(read_cpuid(ID_AA64MMFR0_EL1), in get_cpu_asid_bits() local 49 switch (fld) { in get_cpu_asid_bits() 52 smp_processor_id(), fld); in get_cpu_asid_bits()
|
| /Linux-v5.4/scripts/coccinelle/null/ |
| D | kmerr.cocci | 23 identifier f,fld; 27 ... when != x->fld
|
| /Linux-v5.4/drivers/scsi/ |
| D | virtio_scsi.c | 748 #define virtscsi_config_get(vdev, fld) \ argument 750 typeof(((struct virtio_scsi_config *)0)->fld) __val; \ 751 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ 755 #define virtscsi_config_set(vdev, fld, val) \ argument 757 typeof(((struct virtio_scsi_config *)0)->fld) __val = (val); \ 758 virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | sdhci-of-arasan.c | 136 const struct sdhci_arasan_soc_ctl_field *fld, in sdhci_arasan_syscon_write() argument 142 u32 reg = fld->reg; in sdhci_arasan_syscon_write() 143 u16 width = fld->width; in sdhci_arasan_syscon_write() 144 s16 shift = fld->shift; in sdhci_arasan_syscon_write()
|
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | davinci_cpdma.c | 174 #define chan_read(chan, fld) readl((chan)->fld) argument 175 #define desc_read(desc, fld) readl(&(desc)->fld) argument 177 #define chan_write(chan, fld, v) writel(v, (chan)->fld) argument 178 #define desc_write(desc, fld, v) writel((u32)(v), &(desc)->fld) argument
|
| /Linux-v5.4/drivers/net/ethernet/cisco/enic/ |
| D | vnic_devcmd.h | 550 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
|
| /Linux-v5.4/drivers/media/platform/rcar-vin/ |
| D | rcar-csi2.c | 482 u32 phycnt, vcdt = 0, vcdt2 = 0, fld = 0; in rcsi2_start_receiver() local 515 fld = FLD_DET_SEL(1) | FLD_FLD_EN4 | FLD_FLD_EN3 | FLD_FLD_EN2 in rcsi2_start_receiver() 519 fld |= FLD_FLD_NUM(0); in rcsi2_start_receiver() 521 fld |= FLD_FLD_NUM(1); in rcsi2_start_receiver() 570 rcsi2_write(priv, FLD_REG, fld); in rcsi2_start_receiver()
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_smp.c | 229 int fld = blk % 3; in update_smp_state() local 233 switch (fld) { in update_smp_state()
|