Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c1014 struct scatterlist *sg_start; in cxgbit_handle_iscsi_dataout() local
1074 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in cxgbit_handle_iscsi_dataout()
1077 cxgbit_skb_copy_to_sg(csk->skb, sg_start, sg_nents, skip); in cxgbit_handle_iscsi_dataout()
/Linux-v5.4/drivers/infiniband/ulp/isert/
Dib_isert.c1192 struct scatterlist *sg_start; in isert_handle_iscsi_dataout() local
1219 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in isert_handle_iscsi_dataout()
1231 "sg_nents: %u from %p %u\n", sg_start, sg_off, in isert_handle_iscsi_dataout()
1234 sg_copy_from_buffer(sg_start, sg_nents, &rx_desc->data[0], in isert_handle_iscsi_dataout()