Home
last modified time | relevance | path

Searched refs:curr_sg (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/image/
H A 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()
H A Dmicrotek.h24 struct scatterlist *curr_sg; member
/kernel/linux/linux-6.6/drivers/usb/image/
H A Dmicrotek.c506 context->curr_sg = sg_next(context->curr_sg); in mts_do_sg()
509 sg_virt(context->curr_sg), in mts_do_sg()
510 context->curr_sg->length, in mts_do_sg()
511 sg_is_last(context->curr_sg) ? in mts_do_sg()
542 desc->context.curr_sg = scsi_sglist(srb); in mts_build_transfer_context()
543 desc->context.data = sg_virt(desc->context.curr_sg); in mts_build_transfer_context()
544 desc->context.data_length = desc->context.curr_sg->length; in mts_build_transfer_context()
H A Dmicrotek.h24 struct scatterlist *curr_sg; member
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_hash.h53 struct scatterlist *curr_sg; member
H A Dcc_buffer_mgr.c331 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_set_hash_buf()
1187 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_final()
1244 areq_ctx->curr_sg = NULL; in cc_map_hash_request_update()
1301 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_update()
H A 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()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_hash.h53 struct scatterlist *curr_sg; member
H A Dcc_buffer_mgr.c331 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_set_hash_buf()
1187 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_final()
1244 areq_ctx->curr_sg = NULL; in cc_map_hash_request_update()
1301 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_update()
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/
H A 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()
4613 * Continue with the chained list. Set curr_sg to the chained 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
4915 struct ioaccel2_sg_element *curr_sg; hpsa_scsi_ioaccel2_queue_command() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c4581 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local
4599 curr_sg = cp->SG; in hpsa_scatter_gather()
4603 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4604 curr_sg++; in hpsa_scatter_gather()
4609 * Continue with the chained list. Set curr_sg to the chained in hpsa_scatter_gather()
4614 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
4617 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4618 curr_sg++; in hpsa_scatter_gather()
4623 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()
4742 struct SGDescriptor *curr_sg; in hpsa_scsi_ioaccel1_queue_command() local
4911 struct ioaccel2_sg_element *curr_sg; hpsa_scsi_ioaccel2_queue_command() local
[all...]

Completed in 30 milliseconds