Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.h53 struct scatterlist *curr_sg; member
Dcc_buffer_mgr.c439 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_set_hash_buf()
1425 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_final()
1481 areq_ctx->curr_sg = NULL; in cc_map_hash_request_update()
1539 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_update()
Dcc_hash.c2117 sg_dma_address(areq_ctx->curr_sg), in cc_set_desc()
2118 areq_ctx->curr_sg->length, NS_BIT); in cc_set_desc()
/Linux-v4.19/drivers/scsi/
Dhpsa.c4548 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local
4566 curr_sg = cp->SG; in hpsa_scatter_gather()
4571 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4572 curr_sg++; in hpsa_scatter_gather()
4582 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
4585 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4586 curr_sg++; in hpsa_scatter_gather()
4591 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()
4709 struct SGDescriptor *curr_sg; in hpsa_scsi_ioaccel1_queue_command() local
4745 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
[all …]