Home
last modified time | relevance | path

Searched refs:req_offset (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/net/
A Dl2_tos_ttl_inherit.sh226 req_offset="58"
233 req_offset="$((req_offset + 4))"
243 req_offset="78"
250 req_offset="$((req_offset + 4))"
260 req_offset="45"
267 req_offset="$((req_offset + 4))"
289 local req_offset="86"
292 req_offset="$((req_offset + 4))"
296 req_offset="$((req_offset + 4))"
306 local req_offset="106"
[all …]
/linux-6.3-rc2/drivers/soc/rockchip/
A Dpm_domains.c48 u32 req_offset; member
54 u32 req_offset; member
1061 .req_offset = 0x64,
1070 .req_offset = 0x148,
1092 .req_offset = 0x0c,
1123 .req_offset = 0x10,
1149 .req_offset = 0x3c,
1166 .req_offset = 0x3c,
1183 .req_offset = 0x60,
1196 .req_offset = 0x50,
[all …]
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Drenesas-nand-controller.c487 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.3-rc2/fs/nfs/filelayout/
A Dfilelayout.c817 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()
964 j = nfs4_fl_calc_j_index(lseg, req_offset(req)); in filelayout_mark_request_commit()
/linux-6.3-rc2/include/linux/
A Dnfs_page.h274 static inline loff_t req_offset(const struct nfs_page *req) in req_offset() function
/linux-6.3-rc2/fs/nfs/
A Dpagelist.c104 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init()
804 hdr->args.offset = req_offset(req); in nfs_pgio_rpcsetup()
1149 if (req_offset(req) != req_offset(prev) + prev->wb_bytes) in nfs_page_is_contiguous()
A Dpnfs.h684 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()
A Dread.c117 (long long)req_offset(req)); in nfs_readpage_release()
A Dwrite.c1728 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1729 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1863 (long long)req_offset(req)); in nfs_commit_release_pages()
A Dpnfs.c2717 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()
A Dnfstrace.h1499 __entry->offset = req_offset(req);
/linux-6.3-rc2/drivers/message/fusion/
A Dmptbase.c905 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.3-rc2/fs/nfs/flexfilelayout/
A Dflexfilelayout.c817 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.3-rc2/fs/nfs/blocklayout/
A Dblocklayout.c817 (req_offset(req) + req->wb_bytes == i_size_read(pgio->pg_inode))) { in is_aligned_req()

Completed in 58 milliseconds