Searched refs:req_offset (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh216 local tunnel_type_offset tunnel_type_proto req_proto_offset req_offset
226 req_offset="58"
229 req_offset="$((req_offset + 12))"
233 req_offset="$((req_offset + 4))"
239 ip[$req_offset] = 0x08 2>/dev/null \
243 req_offset="78"
246 req_offset="$((req_offset
[all...]
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c120 u32 *req_offset = pmc->lpm_req_regs + (mode * num_maps); local
126 ret = pmt_telem_read32(ep, sample_id, req_offset, 1);
133 ++req_offset;
/linux-master/drivers/pmdomain/rockchip/
H A Dpm-domains.c52 u32 req_offset; member in struct:rockchip_domain_info
58 u32 req_offset; member in struct:rockchip_pmu_info
139 .req_offset = r_offset, \
308 u32 pd_req_offset = pd_info->req_offset;
317 regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset,
321 regmap_update_bits(pmu->regmap, pmu->info->req_offset + pd_req_offset,
1144 .req_offset = 0x64,
1153 .req_offset = 0x148,
1164 .req_offset = 0x38, /* PMU_MISC_CON1 */
1175 .req_offset
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_gpuvm.c2105 struct drm_gem_object *req_obj, u64 req_offset)
2124 offset == req_offset;
2168 offset + ls_range == req_offset;
2201 offset == req_offset +
2240 req_obj, req_offset);
2307 * @req_offset: the offset within the &drm_gem_object
2336 struct drm_gem_object *req_obj, u64 req_offset)
2347 req_obj, req_offset);
2490 * @req_offset: the offset within the &drm_gem_object
2519 struct drm_gem_object *req_obj, u64 req_offset)
2102 __drm_gpuvm_sm_map(struct drm_gpuvm *gpuvm, const struct drm_gpuvm_ops *ops, void *priv, u64 req_addr, u64 req_range, struct drm_gem_object *req_obj, u64 req_offset) argument
2334 drm_gpuvm_sm_map(struct drm_gpuvm *gpuvm, void *priv, u64 req_addr, u64 req_range, struct drm_gem_object *req_obj, u64 req_offset) argument
2517 drm_gpuvm_sm_map_ops_create(struct drm_gpuvm *gpuvm, u64 req_addr, u64 req_range, struct drm_gem_object *req_obj, u64 req_offset) argument
[all...]
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c817 p_stripe = (u64)req_offset(prev) - segment_offset;
818 r_stripe = (u64)req_offset(req) - segment_offset;
827 div_u64_rem((u64)req_offset(req) - segment_offset,
964 j = nfs4_fl_calc_j_index(lseg, req_offset(req));
/linux-master/include/linux/
H A Dnfs_page.h279 static inline loff_t req_offset(const struct nfs_page *req) function
/linux-master/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c487 static int rnandc_read_subpage_hw_ecc(struct nand_chip *chip, u32 req_offset, argument
494 unsigned int page_off = round_down(req_offset, chip->ecc.size);
495 unsigned int real_len = round_up(req_offset + req_len - page_off,
631 static int rnandc_write_subpage_hw_ecc(struct nand_chip *chip, u32 req_offset, argument
637 unsigned int page_off = round_down(req_offset, chip->ecc.size);
638 unsigned int real_len = round_up(req_offset + req_len - page_off,
/linux-master/fs/nfs/
H A Dpagelist.c105 hdr->io_start = req_offset(hdr->req);
806 hdr->args.offset = req_offset(req);
1152 if (req_offset(req) != req_offset(prev) + prev->wb_bytes)
H A Dpnfs.h687 u64 req_last = req_offset(req) + req->wb_bytes;
690 req_offset(req), req_last);
H A Dwrite.c1718 if (lwb < (req_offset(req) + req->wb_bytes))
1719 lwb = req_offset(req) + req->wb_bytes;
1853 (long long)req_offset(req));
H A Dpnfs.c2742 rd_size = i_size_read(pgio->pg_inode) - req_offset(req);
2745 req_offset(req));
2749 req_offset(req), rd_size,
2774 req_offset(req), wb_size, IOMODE_RW,
2827 req_start = req_offset(req);
H A Ddirect.c124 loff_t offs = req_offset(req);
H A Dnfstrace.h1414 __entry->offset = req_offset(req);
/linux-master/sound/soc/intel/avs/
H A Davs.h86 const u32 req_offset; member in struct:avs_hipc_spec
H A Dcore.c761 .req_offset = SKL_ADSP_REG_HIPCI,
772 .req_offset = CNL_ADSP_REG_HIPCIDR,
H A Dipc.c429 snd_hdac_adsp_writel(adev, spec->hipc->req_offset, tx->header & UINT_MAX);
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c819 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) {
900 wb_size = nfs_dreq_bytes_left(pgio->pg_dreq, req_offset(req));
/linux-master/drivers/message/fusion/
H A Dmptbase.c905 int req_offset; local
912 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
914 req_idx = req_offset / ioc->req_sz;
957 int req_offset; local
962 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
964 req_idx = req_offset / ioc->req_sz;
970 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx];
993 int req_offset; local
998 req_offset = (u8 *)mf - (u8 *)ioc->req_frames;
999 req_idx = req_offset / io
[all...]
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c817 req_offset(req), req->wb_bytes, IOMODE_READ,
902 req_offset(req), req->wb_bytes,
958 req_offset(req), req->wb_bytes,

Completed in 255 milliseconds