| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| 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/net/decnet/ |
| A D | dn_rules.c | 71 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action() local 111 struct flowidn *fld = &fl->u.dn; in dn_fib_rule_match() local 186 struct flowidn fld = { .daddr = addr }; in dnet_addr_type() local
|
| A D | dn_fib.c | 199 struct flowidn fld; in dn_fib_check_nh() local 415 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fi… in dn_fib_semantic_match() 457 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res) in dn_fib_select_multipath()
|
| A D | dn_route.c | 955 struct flowidn fld = { in dn_route_output_slow() local 1313 struct flowidn fld = { in dn_route_input_slow() local 1643 struct flowidn fld; in dn_cache_getroute() local
|
| A D | dn_nsp_out.c | 71 struct flowidn fld; in dn_nsp_send() local
|
| /linux/include/linux/mlx5/ |
| A D | device.h | 73 #define MLX5_SET(typ, p, fld, v) do { \ argument 87 #define MLX5_SET_TO_ONES(typ, p, fld) do { \ argument 99 #define MLX5_GET_PR(typ, p, fld) ({ \ argument 105 #define __MLX5_SET64(typ, p, fld, v) do { \ argument 110 #define MLX5_SET64(typ, p, fld, v) do { \ argument 122 #define MLX5_GET64_PR(typ, p, fld) ({ \ argument 132 #define MLX5_SET16(typ, p, fld, v) do { \ argument 1393 #define MLX5_CAP_PCAM_FEATURE(mdev, fld) \ argument 1411 #define MLX5_CAP_MCAM_FEATURE(mdev, fld) \ argument 1414 #define MLX5_CAP_QCAM_REG(mdev, fld) \ argument [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_stats.h | 45 #define MLX5E_DECLARE_STAT(type, fld) #fld, offsetof(type, fld) argument 46 #define MLX5E_DECLARE_RX_STAT(type, fld) "rx%d_"#fld, offsetof(type, fld) argument 47 #define MLX5E_DECLARE_TX_STAT(type, fld) "tx%d_"#fld, offsetof(type, fld) argument 48 #define MLX5E_DECLARE_XDPSQ_STAT(type, fld) "tx%d_xdp_"#fld, offsetof(type, fld) argument 50 #define MLX5E_DECLARE_XSKRQ_STAT(type, fld) "rx%d_xsk_"#fld, offsetof(type, fld) argument 51 #define MLX5E_DECLARE_XSKSQ_STAT(type, fld) "tx%d_xsk_"#fld, offsetof(type, fld) argument 52 #define MLX5E_DECLARE_CH_STAT(type, fld) "ch%d_"#fld, offsetof(type, fld) argument 54 #define MLX5E_DECLARE_PTP_TX_STAT(type, fld) "ptp_tx%d_"#fld, offsetof(type, fld) argument 55 #define MLX5E_DECLARE_PTP_CH_STAT(type, fld) "ptp_ch_"#fld, offsetof(type, fld) argument 56 #define MLX5E_DECLARE_PTP_CQ_STAT(type, fld) "ptp_cq%d_"#fld, offsetof(type, fld) argument [all …]
|
| A D | en_fs_ethtool.c | 134 #define MLX5E_FTE_SET(header_p, fld, v) \ argument 137 #define MLX5E_FTE_ADDR_OF(header_p, fld) \ argument
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | tout.c | 107 #define MLX5_TIMEOUT_QUERY(fld, reg_out) \ argument 120 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \ argument
|
| /linux/drivers/media/platform/ti-vpe/ |
| A D | vpdma.h | 200 #define ADB_ADDR(dma_buf, str, fld) ((dma_buf)->addr + offsetof(str, fld)) argument 201 #define MMR_ADB_ADDR(buf, str, fld) ADB_ADDR(&(buf), struct str, fld) argument
|
| /linux/include/net/ |
| A D | dn_route.h | 68 struct flowidn fld; member
|
| A D | dn.h | 190 static inline void dn_sk_ports_copy(struct flowidn *fld, struct dn_scp *scp) in dn_sk_ports_copy()
|
| /linux/drivers/power/supply/ |
| A D | mp2629_charger.c | 172 enum mp2629_field fld, in mp2629_get_prop() 188 enum mp2629_field fld, in mp2629_set_prop()
|
| /linux/arch/arm64/mm/ |
| 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/ |
| A D | ccu-pll.c | 385 struct ccu_pll_dbgfs_fld *fld = priv; in ccu_pll_dbgfs_fld_set() local 427 struct ccu_pll_dbgfs_fld *fld = priv; in ccu_pll_dbgfs_fld_get() local
|
| /linux/drivers/irqchip/ |
| A D | irq-gic-v4.c | 95 unsigned long fld, reg = read_sanitised_ftr_reg(SYS_ID_AA64PFR0_EL1); in gic_cpuif_has_vsgi() local
|
| /linux/drivers/net/ethernet/ti/ |
| 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/net/ethernet/intel/ice/ |
| A D | ice_flow.c | 903 u8 seg, enum ice_flow_field fld, u64 match) in ice_flow_xtract_fld() 1731 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld_ext() 1770 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, in ice_flow_set_fld()
|
| A D | ice_virtchnl_fdir.c | 243 enum ice_flow_field fld; member 441 enum ice_flow_field *fld, int *fld_cnt) in ice_vc_fdir_parse_flow_fld() 485 enum ice_flow_field fld[ICE_FLOW_FIELD_IDX_MAX]; in ice_vc_fdir_set_flow_fld() local
|
| /linux/drivers/scsi/ |
| A D | virtio_scsi.c | 758 #define virtscsi_config_get(vdev, fld) \ argument 765 #define virtscsi_config_set(vdev, fld, val) \ argument
|
| /linux/scripts/gcc-plugins/ |
| A D | latent_entropy_plugin.c | 161 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3-sva.c | 395 unsigned long reg, fld; in arm_smmu_sva_supported() local
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| A D | mdp5_smp.c | 227 int fld = blk % 3; in update_smp_state() local
|
| /linux/tools/lib/bpf/ |
| A D | bpf_core_read.h | 44 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 54 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument
|
| /linux/drivers/usb/misc/ |
| A D | usb251xb.c | 383 bool ds_only, u8 *fld) in usb251xb_get_ports_field()
|