Home
last modified time | relevance | path

Searched refs:segment_offset (Results 1 – 9 of 9) sorted by relevance

/linux/fs/nfs/filelayout/
H A Dfilelayout.c797 u64 segment_offset = pgio->pg_lseg->pls_range.offset; in filelayout_pg_test() local
809 p_stripe = (u64)req_offset(prev) - segment_offset; in filelayout_pg_test()
810 r_stripe = (u64)req_offset(req) - segment_offset; in filelayout_pg_test()
819 div_u64_rem((u64)req_offset(req) - segment_offset, in filelayout_pg_test()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c253 u32 offset = pkg_hdr->segment_offset[segment]; in i40e_ddp_is_pkg_hdr_valid()
H A Di40e_type.h1343 u32 segment_offset[]; member
H A Di40e_common.c5247 pkg_hdr->segment_offset[i]); in i40e_find_segment_in_package()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h569 u32 segment_offset; member
H A Dlibcxgbi.c2072 u32 segment_offset = 0; in cxgbi_prep_iso_info() local
2104 segment_offset = r2t->sent; in cxgbi_prep_iso_info()
2122 iso_info->segment_offset = segment_offset; in cxgbi_prep_iso_info()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c74 unsigned long segment_offset = trb - seg->trbs; in cdnsp_trb_virt_to_dma() local
76 if (trb < seg->trbs || segment_offset >= TRBS_PER_SEGMENT) in cdnsp_trb_virt_to_dma()
79 return seg->dma + (segment_offset * sizeof(*trb)); in cdnsp_trb_virt_to_dma()
/linux/drivers/usb/host/
H A Dxhci-ring.c73 unsigned long segment_offset; in xhci_trb_virt_to_dma() local
78 segment_offset = trb - seg->trbs; in xhci_trb_virt_to_dma()
79 if (segment_offset >= TRBS_PER_SEGMENT) in xhci_trb_virt_to_dma()
81 return seg->dma + (segment_offset * sizeof(*trb)); in xhci_trb_virt_to_dma()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c702 cpu_to_be32(CPL_TX_DATA_ISO_SEGLEN_OFFSET_V(info->segment_offset)); in cxgb4i_make_tx_iso_cpl()