Searched refs:location (Results 26 - 50 of 285) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c76 if (rule->aq_fsp.location == fsp->location)
95 if (fsp->location < AQ_RX_FIRST_LOC_FL3L4 ||
96 fsp->location > last_location) {
98 "ethtool: location must be in range [%d, %d]",
113 fsp->location != AQ_RX_FIRST_LOC_FL3L4 + 4 &&
114 fsp->location != AQ_RX_FIRST_LOC_FL3L4) {
116 "ethtool: The specified location for ipv6 must be %d or %d",
132 if (fsp->location < AQ_RX_FIRST_LOC_FETHERT ||
133 fsp->location > last_locatio
406 int location = fsp->location - AQ_RX_FIRST_LOC_FVLANID; local
[all...]
/linux-master/arch/arc/kernel/
H A Dmodule.c54 Elf32_Addr relocation, location, tgt_addr; local
77 location = tgt_addr + rel_entry[i].r_offset;
93 sym_entry->st_value, location, relocation, s);
103 arc_write_me((unsigned short *)location, relocation);
105 *((Elf32_Addr *) location) = relocation;
107 *((Elf32_Addr *) location) = relocation - location;
/linux-master/fs/nfs/
H A Dnfs4namespace.c289 const struct nfs4_fs_location *location)
301 for (s = 0; s < location->nservers; s++) {
302 const struct nfs4_string *buf = &location->servers[s];
312 export_path = nfs4_pathname_string(&location->rootpath,
327 for (s = 0; s < location->nservers; s++) {
328 const struct nfs4_string *buf = &location->servers[s];
365 * @locations: array of NFSv4 server location information
386 const struct nfs4_fs_location *location = &locations->locations[loc]; local
388 if (location == NULL || location
288 try_location(struct fs_context *fc, const struct nfs4_fs_location *location) argument
483 nfs4_try_replacing_one_location(struct nfs_server *server, char *page, char *page2, const struct nfs4_fs_location *location) argument
560 const struct nfs4_fs_location *location = local
[all...]
/linux-master/tools/perf/scripts/python/
H A Dnet_dropmonitor.py73 skbaddr, location, protocol, reason):
74 slocation = str(location)
/linux-master/usr/
H A Dgen_initramfs.sh88 local location="$1"
89 local name="/${location#${srcdir}}"
95 local ftype=$(filetype "${location}")
102 [ "${location}" = "${srcdir}" ] && return 0
106 str="${ftype} ${name} ${location} ${str}"
109 local dev="`LC_ALL=C ls -l "${location}"`"
114 [ -b "${location}" ] && dev="b" || dev="c"
119 local target=`readlink "${location}"`
H A Dgen_init_cpio.c323 static int cpio_mkfile(const char *name, const char *location, argument
340 file = open (location, O_RDONLY);
342 fprintf (stderr, "File %s could not be opened for reading\n", location);
348 fprintf(stderr, "File %s could not be stat()'ed\n", location);
358 location);
364 location);
371 location);
376 fprintf(stderr, "Failed to checksum file %s\n", location);
416 fprintf(stderr, "Can not read %s file\n", location);
461 char location[PATH_MA local
[all...]
/linux-master/net/netfilter/
H A Dxt_u32.c37 pos = ct->location[0].number;
49 u_int32_t number = ct->location[i].number;
50 switch (ct->location[i].nextop) {
111 if (ct->nnums > ARRAY_SIZE(ct->location) ||
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h26 _conn->index, _conn->info.location, _conn->info.type, ##a); \
/linux-master/arch/mips/kernel/
H A Dvpe.c227 static int apply_r_mips_none(struct module *me, uint32_t *location, argument
233 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, argument
238 if (!(*location & 0xffff)) {
244 (int)(short)(*location & 0xffff) - gp_addr);
253 *location = (*location & 0xffff0000) | (rel & 0xffff);
258 static int apply_r_mips_pc16(struct module *me, uint32_t *location, argument
262 rel = (((unsigned int)v - (unsigned int)location));
272 *location = (*location
277 apply_r_mips_32(struct module *me, uint32_t *location, Elf32_Addr v) argument
285 apply_r_mips_26(struct module *me, uint32_t *location, Elf32_Addr v) argument
310 apply_r_mips_hi16(struct module *me, uint32_t *location, Elf32_Addr v) argument
332 apply_r_mips_lo16(struct module *me, uint32_t *location, Elf32_Addr v) argument
432 uint32_t *location; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h122 * structure that universally represents TLS location (both for static
289 * to get NULL for "no metavar" location, or correct pointer for local
348 void *location = calc_location(&cfg->int_locs[idx], tls_base); local
349 if (!location)
352 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);
364 void *location; local
368 location = calc_location(&cfg->str_locs[idx], tls_base);
369 if (!location)
372 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location);
396 void *location; local
[all...]
/linux-master/fs/isofs/
H A Drock.h61 __u8 location[8]; member in struct:RR_CL_s
65 __u8 location[8]; member in struct:RR_PL_s
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c403 if (iter->flow_spec.location > rule->flow_spec.location)
523 int location)
529 if (iter->flow_spec.location == location)
536 int location)
540 eth_rule = find_ethtool_rule(priv, location);
669 if (fs->location >= MAX_NUM_OF_ETHTOOL_RULES)
744 eth_rule = get_ethtool_rule(priv, fs->location);
770 mlx5e_ethtool_flow_remove(struct mlx5e_priv *priv, int location) argument
522 find_ethtool_rule(struct mlx5e_priv *priv, int location) argument
535 get_ethtool_rule(struct mlx5e_priv *priv, int location) argument
790 mlx5e_ethtool_get_flow(struct mlx5e_priv *priv, struct ethtool_rxnfc *info, int location) argument
823 int location = 0; local
[all...]
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c391 void *location; local
412 * This is location to update. This is temporary buffer
418 location = pi->purgatory_buf;
419 location += section->sh_offset;
420 location += rel[i].r_offset;
422 /* Final address of the location */
470 *(u64 *)location = value;
473 *(u32 *)location = value;
474 if (value != *(u32 *)location)
478 *(s32 *)location
[all...]
/linux-master/kernel/bpf/
H A Dtcx.c145 bool created, ingress = tcx->location == BPF_TCX_INGRESS;
172 bool ingress = tcx->location == BPF_TCX_INGRESS;
207 bool ingress = tcx->location == BPF_TCX_INGRESS;
263 tcx->location,
264 tcx->location == BPF_TCX_INGRESS ? "ingress" : "egress");
279 info->tcx.attach_type = tcx->location;
305 tcx->location = attr->link_create.attach_type;
/linux-master/sound/soc/au1x/
H A Ddma.c272 long location; local
274 location = get_dma_residue(stream->dma);
275 location = stream->buffer->relative_end - location;
276 if (location == -1)
277 location = 0;
278 return bytes_to_frames(ss->runtime, location);
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c893 u8 location = data->location; local
896 hw_atl_rpfl3l4_cmd_clear(self, location);
897 hw_atl_rpf_l4_spd_set(self, 0U, location);
898 hw_atl_rpf_l4_dpd_set(self, 0U, location);
899 hw_atl_rpfl3l4_ipv4_src_addr_clear(self, location);
900 hw_atl_rpfl3l4_ipv4_dest_addr_clear(self, location);
905 hw_atl_rpfl3l4_cmd_clear(self, location + i);
906 hw_atl_rpf_l4_spd_set(self, 0U, location + i);
907 hw_atl_rpf_l4_dpd_set(self, 0U, location
919 u8 location = data->location; local
[all...]
H A Dhw_atl_b0.c1451 u8 location = data->location; local
1454 hw_atl_rpfl3l4_cmd_clear(self, location);
1455 hw_atl_rpf_l4_spd_set(self, 0U, location);
1456 hw_atl_rpf_l4_dpd_set(self, 0U, location);
1457 hw_atl_rpfl3l4_ipv4_src_addr_clear(self, location);
1458 hw_atl_rpfl3l4_ipv4_dest_addr_clear(self, location);
1463 hw_atl_rpfl3l4_cmd_clear(self, location + i);
1464 hw_atl_rpf_l4_spd_set(self, 0U, location + i);
1465 hw_atl_rpf_l4_dpd_set(self, 0U, location
1477 u8 location = data->location; local
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c20 u32 location; member in struct:otx2_flow
450 static struct otx2_flow *otx2_find_flow(struct otx2_nic *pfvf, u32 location) argument
455 if (iter->location == location)
468 if (iter->location > flow->location)
491 u32 location)
495 if (location >= otx2_get_maxflows(pfvf->flow_cfg))
499 if (iter->location == location) {
490 otx2_get_flow(struct otx2_nic *pfvf, struct ethtool_rxnfc *nfc, u32 location) argument
513 u32 location = 0; local
1260 otx2_remove_flow(struct otx2_nic *pfvf, u32 location) argument
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Driscv.c44 #define READ_PROP(name, location) \
45 err = of_property_read_u32(np, name, location); \
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c384 if (fs->location == RX_CLS_LOC_ANY)
388 rule_index = fs->location;
473 fs->location = rule_index;
568 int port, u32 location)
573 if (rule->port == port && rule->fs.location == location)
674 * available bit. We return the second half as fs->location because
682 if (fs->location == RX_CLS_LOC_ANY)
686 rule_index[1] = fs->location;
831 * location, an
567 bcm_sf2_cfp_rule_find(struct bcm_sf2_priv *priv, int port, u32 location) argument
[all...]
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dmedia.c47 int tulip_mdio_read(struct net_device *dev, int phy_id, int location) argument
51 int read_cmd = (0xf6 << 10) | ((phy_id & 0x1f) << 5) | location;
57 if (location & ~0x1f)
61 if (comet_miireg2offset[location])
62 return ioread32(ioaddr + comet_miireg2offset[location]);
68 iowrite32(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0);
109 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) argument
113 int cmd = (0x5002 << 16) | ((phy_id & 0x1f) << 23) | (location<<18) | (val & 0xffff);
118 if (location & ~0x1f)
122 if (comet_miireg2offset[location])
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_llh.c145 void hw_atl2_rpf_act_rslvr_record_set(struct aq_hw_s *aq_hw, u8 location, argument
149 HW_ATL2_RPF_ACT_RSLVR_REQ_TAG_ADR(location),
152 HW_ATL2_RPF_ACT_RSLVR_TAG_MASK_ADR(location),
155 HW_ATL2_RPF_ACT_RSLVR_ACTN_ADR(location),
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.h56 u8 location; /* Cell location for queue */ member in struct:ia_css_queue
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dconn.h37 u8 location; member in struct:nvbios_connE
/linux-master/tools/iio/
H A Diio_utils.h36 * @location: data offset for this channel inside the buffer (in bytes)
50 unsigned location; member in struct:iio_channel_info

Completed in 635 milliseconds

1234567891011>>