Searched refs:req_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | l2_tos_ttl_inherit.sh | 216 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 + 12))" 250 req_offset="$((req_offset + 4))" 256 ip[$req_offset] = 0x80 2>/dev/null \ 260 req_offset="45" [all …]
|
| /linux/drivers/pmdomain/rockchip/ |
| H A D | pm-domains.c | 61 u32 req_offset; member 67 u32 req_offset; member 179 .req_offset = r_offset, \ 198 .req_offset = r_offset, \ 400 u32 pd_req_offset = pd_info->req_offset; in rockchip_pmu_set_idle_request() 409 regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset, in rockchip_pmu_set_idle_request() 413 regmap_update_bits(pmu->regmap, pmu->info->req_offset + pd_req_offset, in rockchip_pmu_set_idle_request() 1345 .req_offset = 0x64, 1354 .req_offset = 0x148, 1365 .req_offset = 0x38, /* PMU_MISC_CON1 */ [all …]
|
| /linux/include/linux/ |
| H A D | nfs_page.h | 275 static inline loff_t req_offset(const struct nfs_page *req) in req_offset() function
|
| /linux/fs/nfs/ |
| H A D | pagelist.c | 105 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 692 hdr->args.offset = req_offset(req); in nfs_pgio_rpcsetup() 1052 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_page_is_contiguous()
|
| H A D | pnfs.h | 684 u64 req_last = req_offset(req) + req->wb_bytes; in pnfs_lseg_request_intersecting() 687 req_offset(req), req_last); in pnfs_lseg_request_intersecting()
|
| H A D | write.c | 1683 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb() 1684 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb() 1822 (long long)req_offset(req)); in nfs_commit_release_pages()
|
| H A D | pnfs.c | 2903 rd_size = i_size_read(pgio->pg_inode) - req_offset(req); in pnfs_generic_pg_init_read() 2906 req_offset(req)); in pnfs_generic_pg_init_read() 2910 req_offset(req), rd_size, in pnfs_generic_pg_init_read() 2934 req_offset(req), wb_size, IOMODE_RW, in pnfs_generic_pg_init_write() 2987 req_start = req_offset(req); in pnfs_generic_pg_test()
|
| H A D | direct.c | 125 loff_t offs = req_offset(req); in nfs_direct_truncate_request()
|
| H A D | nfstrace.h | 1513 __entry->offset = req_offset(req); 1560 __entry->offset = req_offset(req);
|
| /linux/fs/smb/client/ |
| H A D | trace.h | 734 __u64 req_offset, 741 TP_ARGS(fid, req_offset, req_len, req_type, conf_offset, conf_len, conf_type, conf_pid), 744 __field(__u64, req_offset) 754 __entry->req_offset = req_offset; 763 __entry->fid, __entry->req_offset, __entry->req_len, __entry->req_type,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 2412 u64 req_offset = req->map.gem.offset; in __drm_gpuvm_sm_map() local 2434 offset == req_offset; in __drm_gpuvm_sm_map() 2481 offset + ls_range == req_offset; in __drm_gpuvm_sm_map() 2532 offset == req_offset + in __drm_gpuvm_sm_map()
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 905 int req_offset; in mpt_get_msg_frame() local 912 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_get_msg_frame() 914 req_idx = req_offset / ioc->req_sz; in mpt_get_msg_frame() 957 int req_offset; in mpt_put_msg_frame() local 962 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame() 964 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame() 970 mf_dma_addr = (ioc->req_frames_low_dma + req_offset) | ioc->RequestNB[req_idx]; in mpt_put_msg_frame() 993 int req_offset; in mpt_put_msg_frame_hi_pri() local 998 req_offset = (u8 *)mf - (u8 *)ioc->req_frames; in mpt_put_msg_frame_hi_pri() 999 req_idx = req_offset / ioc->req_sz; in mpt_put_msg_frame_hi_pri() [all …]
|