Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parisc/
H A 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()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c363 u64 total_npages, npages, sg_start, sg_end; in userptr_lookup_show() local
375 sg_start = userptr->addr + in userptr_lookup_show()
380 if (dev_entry->userptr_lookup >= sg_start && in userptr_lookup_show()
383 sg_start); in userptr_lookup_show()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A 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()
/openbmc/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c1120 struct scatterlist *sg_start; in isert_handle_iscsi_dataout() local
1147 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in isert_handle_iscsi_dataout()
1159 "sg_nents: %u from %p %u\n", sg_start, sg_off, in isert_handle_iscsi_dataout()
1162 sg_copy_from_buffer(sg_start, sg_nents, isert_get_data(rx_desc), in isert_handle_iscsi_dataout()