Home
last modified time | relevance | path

Searched defs:fld (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_request.c111 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 …]
Dlproc_fld.c60 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/
Ddn_rules.c70 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
Ddn_fib.c196 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()
Ddn_route.c963 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
Ddn_nsp_out.c79 struct flowidn fld; in dn_nsp_send() local
Daf_decnet.c912 struct flowidn fld; in __dn_connect() local
/linux-4.4.14/drivers/xen/
Dfallback.c64 #define COPY_BACK(pop, fld) \ in xen_physdev_op_compat() argument
/linux-4.4.14/arch/arm64/mm/
Dcontext.c190 int fld = cpuid_feature_extract_field(read_cpuid(ID_AA64MMFR0_EL1), 4); in asids_init() local
/linux-4.4.14/include/linux/mlx5/
Ddevice.h50 #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/
Dvpdma.h158 #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/
Ddavinci_cpdma.c134 #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/
Ddn_route.h75 struct flowidn fld; member
Ddn.h196 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/
Dmdp5_smp.c312 int fld = blk % 3; in update_smp_state() local
/linux-4.4.14/drivers/scsi/
Dvirtio_scsi.c797 #define virtscsi_config_get(vdev, fld) \ argument
804 #define virtscsi_config_set(vdev, fld, val) \ argument
/linux-4.4.14/drivers/hid/usbhid/
Dhid-pidff.c906 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/
Dvnic_devcmd.h506 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
/linux-4.4.14/net/ceph/
Dosd_client.c123 #define osd_req_op_data(oreq, whch, typ, fld) \ argument
/linux-4.4.14/drivers/video/fbdev/
Damifb.c373 #define CUSTOM_OFS(fld) ((long)&((struct CUSTOM*)0)->fld) argument
/linux-4.4.14/drivers/message/fusion/
Dmptbase.h301 } fld; member
/linux-4.4.14/drivers/iommu/
Darm-smmu-v3.c317 #define ARM_SMMU_TCR2CD(tcr, fld) \ argument
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c1217 #define DSI_FLD_GET(fld, start, end)\ in _dsi_print_reset_status() argument