| /linux-4.1.27/drivers/staging/lustre/lustre/fld/ | 
| D | fld_request.c | 112 static int fld_rrb_hash(struct lu_client_fld *fld, u64 seq)  in fld_rrb_hash() 119 fld_rrb_scan(struct lu_client_fld *fld, u64 seq)  in fld_rrb_scan() 183 fld_client_get_target(struct lu_client_fld *fld, u64 seq)  in fld_client_get_target() 205 int fld_client_add_target(struct lu_client_fld *fld,  in fld_client_add_target() 256 int fld_client_del_target(struct lu_client_fld *fld, __u64 idx)  in fld_client_del_target() 283 static int fld_client_proc_init(struct lu_client_fld *fld)  in fld_client_proc_init() 313 void fld_client_proc_fini(struct lu_client_fld *fld)  in fld_client_proc_fini() 322 static int fld_client_proc_init(struct lu_client_fld *fld)  in fld_client_proc_init() 327 void fld_client_proc_fini(struct lu_client_fld *fld)  in fld_client_proc_fini() 338 int fld_client_init(struct lu_client_fld *fld,  in fld_client_init() [all …] 
 | 
| D | lproc_fld.c | 61 	struct lu_client_fld *fld = (struct lu_client_fld *)m->private;  in fld_proc_targets_seq_show()  local 78 	struct lu_client_fld *fld = (struct lu_client_fld *)m->private;  in fld_proc_hash_seq_show()  local 94 	struct lu_client_fld *fld;  in fld_proc_hash_seq_write()  local 134 	struct lu_client_fld *fld = file->private_data;  in fld_proc_cache_flush_write()  local
  | 
| /linux-4.1.27/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 | 965 	struct flowidn fld = {  in dn_route_output_slow()  local 1319 	struct flowidn fld = {  in dn_route_input_slow()  local 1646 	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.1.27/drivers/xen/ | 
| D | fallback.c | 64 #define COPY_BACK(pop, fld) \  in xen_physdev_op_compat()  argument
  | 
| /linux-4.1.27/include/linux/mlx5/ | 
| D | device.h | 49 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld)  argument 50 #define __mlx5_bit_off(typ, fld) ((unsigned)(unsigned long)(&(__mlx5_nullp(typ)->fld)))  argument 51 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32)  argument 52 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64)  argument 53 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1…  argument 54 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1))  argument 55 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld))  argument 58 #define MLX5_FLD_SZ_BYTES(typ, fld) (__mlx5_bit_sz(typ, fld) / 8)  argument 61 #define MLX5_BYTE_OFF(typ, fld) (__mlx5_bit_off(typ, fld) / 8)  argument 62 #define MLX5_ADDR_OF(typ, p, fld) ((char *)(p) + MLX5_BYTE_OFF(typ, fld))  argument [all …] 
 | 
| /linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/msm/mdp/mdp5/ | 
| D | mdp5_smp.c | 242 		int fld = blk % 3;  in update_smp_state()  local
  | 
| /linux-4.1.27/drivers/scsi/ | 
| D | virtio_scsi.c | 792 #define virtscsi_config_get(vdev, fld) \  argument 799 #define virtscsi_config_set(vdev, fld, val) \  argument
  | 
| /linux-4.1.27/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.1.27/drivers/net/ethernet/cisco/enic/ | 
| D | vnic_devcmd.h | 500 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1))  argument
  | 
| /linux-4.1.27/net/ceph/ | 
| D | osd_client.c | 123 #define osd_req_op_data(oreq, whch, typ, fld)	\  argument
  | 
| /linux-4.1.27/drivers/message/fusion/ | 
| D | mptbase.h | 301 			} fld;  member
  | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | amifb.c | 373 #define CUSTOM_OFS(fld) ((long)&((struct CUSTOM*)0)->fld)  argument
  | 
| /linux-4.1.27/drivers/video/fbdev/omap2/dss/ | 
| D | dsi.c | 1216 #define DSI_FLD_GET(fld, start, end)\  in _dsi_print_reset_status()  argument
  |