| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fs_tracepoint.c | 39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument 43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument 49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument 66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument 87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument 134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument 158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument 160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | sys_regs.c | 39 #define __MAX_FEAT_FUNC(id, fld, max, func, sgn) \ argument 48 #define MAX_FEAT_FUNC(id, fld, max, func) \ argument 51 #define MAX_FEAT(id, fld, max) \ argument 54 #define MAX_FEAT_ENUM(id, fld, max) \ argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | tout.c | 106 #define MLX5_TIMEOUT_QUERY(fld, reg_out) \ argument 119 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \ argument
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_host.h | 1517 #define __expand_field_sign_unsigned(id, fld, val) \ argument 1520 #define __expand_field_sign_signed(id, fld, val) \ argument 1526 #define get_idreg_field_unsigned(kvm, id, fld) \ argument 1532 #define get_idreg_field_signed(kvm, id, fld) \ argument 1538 #define get_idreg_field_enum(kvm, id, fld) \ argument 1541 #define kvm_cmp_feat_signed(kvm, id, fld, op, limit) \ argument 1544 #define kvm_cmp_feat_unsigned(kvm, id, fld, op, limit) \ argument 1547 #define kvm_cmp_feat(kvm, id, fld, op, limit) \ argument 1552 #define __kvm_has_feat(kvm, id, fld, limit) \ argument 1557 #define __kvm_has_feat_enum(kvm, id, fld, val) \ argument [all …]
|
| /linux/drivers/power/supply/ |
| H A D | mp2629_charger.c | 164 enum mp2629_field fld, in mp2629_get_prop() 180 enum mp2629_field fld, in mp2629_set_prop()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3-sva.c | 211 unsigned long reg, fld; in arm_smmu_sva_supported() local
|
| /linux/arch/arm64/mm/ |
| H A D | context.c | 45 int fld = cpuid_feature_extract_unsigned_field(read_cpuid(ID_AA64MMFR0_EL1), in get_cpu_asid_bits() local
|
| /linux/drivers/clk/baikal-t1/ |
| H A D | ccu-pll.c | 387 struct ccu_pll_dbgfs_fld *fld = priv; in ccu_pll_dbgfs_fld_set() local 429 struct ccu_pll_dbgfs_fld *fld = priv; in ccu_pll_dbgfs_fld_get() local
|
| /linux/drivers/net/ethernet/ti/ |
| H A 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/drivers/irqchip/ |
| H A D | irq-gic-v4.c | 96 unsigned long fld, reg = read_sanitised_ftr_reg(SYS_ID_AA64PFR0_EL1); in gic_cpuif_has_vsgi() local
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 923 u8 seg, enum ice_flow_field fld, u64 match) in ice_flow_xtract_fld() 1830 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld_ext() 1869 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld()
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-pidff.c | 1012 static int pidff_find_usage(struct hid_field *fld, unsigned int usage_code) in pidff_find_usage() 1029 struct hid_field *fld = report->field[i]; in pidff_find_field_with_usage() local 1191 static int pidff_find_special_keys(int *keys, struct hid_field *fld, in pidff_find_special_keys()
|
| /linux/drivers/scsi/ |
| H A D | virtio_scsi.c | 810 #define virtscsi_config_get(vdev, fld) \ argument 817 #define virtscsi_config_set(vdev, fld, val) \ argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_fs_ethtool.c | 147 #define MLX5E_FTE_SET(header_p, fld, v) \ argument 150 #define MLX5E_FTE_ADDR_OF(header_p, fld) \ argument
|
| /linux/scripts/gcc-plugins/ |
| H A D | latent_entropy_plugin.c | 167 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.c | 227 int fld = blk % 3; in update_smp_state() local
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 336 #define PRINT_STAT(fld) if (s->fld) printf("%10d : %s\n", s->fld, #fld) in print_annotate_data_stat() argument
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_core_read.h | 47 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 57 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_devcmd.h | 556 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
|
| /linux/arch/arm64/kvm/ |
| H A D | config.c | 61 #define __NEEDS_FEAT_3(m, f, w, id, fld, lim) \ argument
|
| /linux/drivers/perf/ |
| H A D | arm_spe_pmu.c | 1067 int fld; in __arm_spe_pmu_dev_probe() local
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 458 #define osd_req_op_data(oreq, whch, typ, fld) \ argument
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net.h | 236 } __packed fld; member
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.h | 301 } fld; member
|
| /linux/drivers/video/fbdev/ |
| H A D | amifb.c | 373 #define CUSTOM_OFS(fld) ((long)&((struct CUSTOM*)0)->fld) argument
|