/linux-6.1.9/tools/testing/selftests/net/ |
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-6.1.9/drivers/soc/rockchip/ |
D | pm_domains.c | 48 u32 req_offset; member 54 u32 req_offset; member 130 .req_offset = r_offset, \ 299 u32 pd_req_offset = pd_info->req_offset; in rockchip_pmu_set_idle_request() 308 regmap_write(pmu->regmap, pmu->info->req_offset + pd_req_offset, in rockchip_pmu_set_idle_request() 312 regmap_update_bits(pmu->regmap, pmu->info->req_offset + pd_req_offset, in rockchip_pmu_set_idle_request() 1061 .req_offset = 0x64, 1070 .req_offset = 0x148, 1081 .req_offset = 0x38, /* PMU_MISC_CON1 */ 1092 .req_offset = 0x0c, [all …]
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | renesas-nand-controller.c | 487 static int rnandc_read_subpage_hw_ecc(struct nand_chip *chip, u32 req_offset, in rnandc_read_subpage_hw_ecc() argument 494 unsigned int page_off = round_down(req_offset, chip->ecc.size); in rnandc_read_subpage_hw_ecc() 495 unsigned int real_len = round_up(req_offset + req_len - page_off, in rnandc_read_subpage_hw_ecc() 631 static int rnandc_write_subpage_hw_ecc(struct nand_chip *chip, u32 req_offset, in rnandc_write_subpage_hw_ecc() argument 637 unsigned int page_off = round_down(req_offset, chip->ecc.size); in rnandc_write_subpage_hw_ecc() 638 unsigned int real_len = round_up(req_offset + req_len - page_off, in rnandc_write_subpage_hw_ecc()
|
/linux-6.1.9/include/linux/ |
D | nfs_page.h | 205 static inline loff_t req_offset(const struct nfs_page *req) in req_offset() function
|
/linux-6.1.9/fs/nfs/filelayout/ |
D | filelayout.c | 817 p_stripe = (u64)req_offset(prev) - segment_offset; in filelayout_pg_test() 818 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test() 827 div_u64_rem((u64)req_offset(req) - segment_offset, in filelayout_pg_test() 962 j = nfs4_fl_calc_j_index(lseg, req_offset(req)); in filelayout_mark_request_commit()
|
/linux-6.1.9/fs/nfs/ |
D | pagelist.c | 67 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 709 hdr->args.offset = req_offset(req); in nfs_pgio_rpcsetup() 1065 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_coalesce_size()
|
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()
|
D | read.c | 118 (long long)req_offset(req)); in nfs_readpage_release()
|
D | write.c | 1726 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb() 1727 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb() 1860 (long long)req_offset(req)); in nfs_commit_release_pages()
|
D | pnfs.c | 2717 rd_size = i_size_read(pgio->pg_inode) - req_offset(req); in pnfs_generic_pg_init_read() 2723 req_offset(req), rd_size, in pnfs_generic_pg_init_read() 2748 req_offset(req), wb_size, IOMODE_RW, in pnfs_generic_pg_init_write() 2801 req_start = req_offset(req); in pnfs_generic_pg_test()
|
D | nfstrace.h | 1469 __entry->offset = req_offset(req);
|
/linux-6.1.9/drivers/message/fusion/ |
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 …]
|
/linux-6.1.9/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 817 req_offset(req), req->wb_bytes, IOMODE_READ, in ff_layout_pg_get_read() 902 req_offset(req), req->wb_bytes, in ff_layout_pg_init_write() 958 req_offset(req), req->wb_bytes, in ff_layout_pg_get_mirror_count_write()
|
/linux-6.1.9/fs/nfs/blocklayout/ |
D | blocklayout.c | 817 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()
|