Home
last modified time | relevance | path

Searched refs:curr_sg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/usb/image/
Dmicrotek.c502 context->curr_sg = sg_next(context->curr_sg); in mts_do_sg()
505 sg_virt(context->curr_sg), in mts_do_sg()
506 context->curr_sg->length, in mts_do_sg()
507 sg_is_last(context->curr_sg) ? in mts_do_sg()
538 desc->context.curr_sg = scsi_sglist(srb); in mts_build_transfer_context()
539 desc->context.data = sg_virt(desc->context.curr_sg); in mts_build_transfer_context()
540 desc->context.data_length = desc->context.curr_sg->length; in mts_build_transfer_context()
Dmicrotek.h24 struct scatterlist *curr_sg; member
/Linux-v5.10/drivers/crypto/ccree/
Dcc_hash.h53 struct scatterlist *curr_sg; member
Dcc_buffer_mgr.c324 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_set_hash_buf()
1177 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_final()
1234 areq_ctx->curr_sg = NULL; in cc_map_hash_request_update()
1291 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_update()
Dcc_hash.c2173 sg_dma_address(areq_ctx->curr_sg), in cc_set_desc()
2174 areq_ctx->curr_sg->length, NS_BIT); in cc_set_desc()
/Linux-v5.10/drivers/scsi/
Dhpsa.c4584 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local
4602 curr_sg = cp->SG; in hpsa_scatter_gather()
4607 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4608 curr_sg++; in hpsa_scatter_gather()
4618 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
4621 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4622 curr_sg++; in hpsa_scatter_gather()
4627 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()
4746 struct SGDescriptor *curr_sg; in hpsa_scsi_ioaccel1_queue_command() local
4782 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
[all …]