Home
last modified time | relevance | path

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

/linux/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 + 12))"
250 req_offset="$((req_offset + 4))"
256 ip[$req_offset] = 0x80 2>/dev/null \
260 req_offset="45"
[all …]
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c1601 u32 *req_offset = pmc->lpm_req_regs + (mode * num_maps); in pmc_core_pmt_get_lpm_req() local
1607 ret = pmt_telem_read32(ep, sample_id, req_offset, 1); in pmc_core_pmt_get_lpm_req()
1613 ++req_offset; in pmc_core_pmt_get_lpm_req()
1625 u32 *req_offset; in pmc_core_pmt_get_blk_sub_req() local
1636 req_offset = pmc->lpm_req_regs; in pmc_core_pmt_get_blk_sub_req()
1637 for (index = 0; index < num_blocker; index++, req_offset++) { in pmc_core_pmt_get_blk_sub_req()
1638 ret = pmt_telem_read32(ep, index + sample_offset, req_offset, 1); in pmc_core_pmt_get_blk_sub_req()
/linux/fs/nfs/
H 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()
H A Dwrite.c1685 if (lwb < (req_offset(req) + req->wb_bytes)) in nfs_get_lwb()
1686 lwb = req_offset(req) + req->wb_bytes; in nfs_get_lwb()
1824 (long long)req_offset(req)); in nfs_commit_release_pages()
/linux/drivers/message/fusion/
H 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 …]