/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
D | fld_request.c | 111 static int fld_rrb_hash(struct lu_client_fld *fld, u64 seq) in fld_rrb_hash() 118 fld_rrb_scan(struct lu_client_fld *fld, u64 seq) in fld_rrb_scan() 182 fld_client_get_target(struct lu_client_fld *fld, u64 seq) in fld_client_get_target() 204 int fld_client_add_target(struct lu_client_fld *fld, in fld_client_add_target() 255 int fld_client_del_target(struct lu_client_fld *fld, __u64 idx) in fld_client_del_target() 281 static int fld_client_debugfs_init(struct lu_client_fld *fld) in fld_client_debugfs_init() 311 void fld_client_debugfs_fini(struct lu_client_fld *fld) in fld_client_debugfs_fini() 323 int fld_client_init(struct lu_client_fld *fld, in fld_client_init() 373 void fld_client_fini(struct lu_client_fld *fld) in fld_client_fini() 449 int fld_client_lookup(struct lu_client_fld *fld, u64 seq, u32 *mds, in fld_client_lookup() [all …]
|
D | lproc_fld.c | 60 struct lu_client_fld *fld = (struct lu_client_fld *)m->private; in fld_debugfs_targets_seq_show() local 77 struct lu_client_fld *fld = (struct lu_client_fld *)m->private; in fld_debugfs_hash_seq_show() local 93 struct lu_client_fld *fld; in fld_debugfs_hash_seq_write() local 133 struct lu_client_fld *fld = file->private_data; in fld_debugfs_cache_flush_write() local
|
/linux-4.4.14/net/decnet/ |
D | dn_rules.c | 70 struct flowidn *fld = &flp->u.dn; in dn_fib_rule_action() local 110 struct flowidn *fld = &fl->u.dn; in dn_fib_rule_match() local 182 struct flowidn fld = { .daddr = addr }; in dnet_addr_type() local
|
D | dn_fib.c | 196 struct flowidn fld; in dn_fib_check_nh() local 412 int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn *fld, struct dn_fi… in dn_fib_semantic_match() 454 void dn_fib_select_multipath(const struct flowidn *fld, struct dn_fib_res *res) in dn_fib_select_multipath()
|
D | dn_route.c | 963 struct flowidn fld = { in dn_route_output_slow() local 1324 struct flowidn fld = { in dn_route_input_slow() local 1651 struct flowidn fld; in dn_cache_getroute() local
|
D | dn_nsp_out.c | 79 struct flowidn fld; in dn_nsp_send() local
|
D | af_decnet.c | 912 struct flowidn fld; in __dn_connect() local
|
/linux-4.4.14/drivers/xen/ |
D | fallback.c | 64 #define COPY_BACK(pop, fld) \ in xen_physdev_op_compat() argument
|
/linux-4.4.14/arch/arm64/mm/ |
D | context.c | 190 int fld = cpuid_feature_extract_field(read_cpuid(ID_AA64MMFR0_EL1), 4); in asids_init() local
|
/linux-4.4.14/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) ((unsigned)(unsigned long)(&(__mlx5_nullp(typ)->fld))) argument 52 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 53 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 54 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 55 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 56 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument 59 #define MLX5_FLD_SZ_BYTES(typ, fld) (__mlx5_bit_sz(typ, fld) / 8) argument 64 #define MLX5_BYTE_OFF(typ, fld) (__mlx5_bit_off(typ, fld) / 8) argument 65 #define MLX5_ADDR_OF(typ, p, fld) ((char *)(p) + MLX5_BYTE_OFF(typ, fld)) argument [all …]
|
/linux-4.4.14/drivers/media/platform/ti-vpe/ |
D | vpdma.h | 158 #define ADB_ADDR(dma_buf, str, fld) ((dma_buf)->addr + offsetof(str, fld)) argument 159 #define MMR_ADB_ADDR(buf, str, fld) ADB_ADDR(&(buf), struct str, fld) argument
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_cpdma.c | 134 #define chan_read(chan, fld) __raw_readl((chan)->fld) argument 135 #define desc_read(desc, fld) __raw_readl(&(desc)->fld) argument 137 #define chan_write(chan, fld, v) __raw_writel(v, (chan)->fld) argument 138 #define desc_write(desc, fld, v) __raw_writel((u32)(v), &(desc)->fld) argument
|
/linux-4.4.14/include/net/ |
D | dn_route.h | 75 struct flowidn fld; member
|
D | dn.h | 196 static inline void dn_sk_ports_copy(struct flowidn *fld, struct dn_scp *scp) in dn_sk_ports_copy()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_smp.c | 312 int fld = blk % 3; in update_smp_state() local
|
/linux-4.4.14/drivers/scsi/ |
D | virtio_scsi.c | 797 #define virtscsi_config_get(vdev, fld) \ argument 804 #define virtscsi_config_set(vdev, fld, val) \ argument
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hid-pidff.c | 906 static int pidff_find_special_keys(int *keys, struct hid_field *fld, in pidff_find_special_keys()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 506 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 123 #define osd_req_op_data(oreq, whch, typ, fld) \ argument
|
/linux-4.4.14/drivers/video/fbdev/ |
D | amifb.c | 373 #define CUSTOM_OFS(fld) ((long)&((struct CUSTOM*)0)->fld) argument
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptbase.h | 301 } fld; member
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 317 #define ARM_SMMU_TCR2CD(tcr, fld) \ argument
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 1217 #define DSI_FLD_GET(fld, start, end)\ in _dsi_print_reset_status() argument
|