Home
last modified time | relevance | path

Searched refs:sg_start (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/parisc/
Diommu-helpers.h132 unsigned long prev_end, sg_start; in iommu_coalesce_chunks() local
138 sg_start = (unsigned long)sg_virt(startsg); in iommu_coalesce_chunks()
159 if (unlikely((prev_end != sg_start) || in iommu_coalesce_chunks()
160 ((prev_end | sg_start) & ~PAGE_MASK))) in iommu_coalesce_chunks()
/Linux-v6.1/drivers/misc/habanalabs/common/
Ddebugfs.c366 u64 total_npages, npages, sg_start, sg_end; in userptr_lookup_show() local
378 sg_start = userptr->addr + in userptr_lookup_show()
383 if (dev_entry->userptr_lookup >= sg_start && in userptr_lookup_show()
386 sg_start); in userptr_lookup_show()
/Linux-v6.1/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c997 struct scatterlist *sg_start; in cxgbit_handle_iscsi_dataout() local
1058 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in cxgbit_handle_iscsi_dataout()
1061 cxgbit_skb_copy_to_sg(csk->skb, sg_start, sg_nents, skip); in cxgbit_handle_iscsi_dataout()
/Linux-v6.1/drivers/infiniband/ulp/isert/
Dib_isert.c1117 struct scatterlist *sg_start; in isert_handle_iscsi_dataout() local
1144 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in isert_handle_iscsi_dataout()
1156 "sg_nents: %u from %p %u\n", sg_start, sg_off, in isert_handle_iscsi_dataout()
1159 sg_copy_from_buffer(sg_start, sg_nents, isert_get_data(rx_desc), in isert_handle_iscsi_dataout()