Searched refs:sg_start (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/parisc/ |
D | iommu-helpers.h | 132 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.10/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 998 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-v5.10/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1091 struct scatterlist *sg_start; in isert_handle_iscsi_dataout() local 1118 sg_start = &cmd->se_cmd.t_data_sg[sg_off]; in isert_handle_iscsi_dataout() 1130 "sg_nents: %u from %p %u\n", sg_start, sg_off, in isert_handle_iscsi_dataout() 1133 sg_copy_from_buffer(sg_start, sg_nents, isert_get_data(rx_desc), in isert_handle_iscsi_dataout()
|