Home
last modified time | relevance | path

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

/linux/drivers/usb/image/
H A Dmicrotek.h24 struct scatterlist *curr_sg; member
/linux/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()
1245 areq_ctx->curr_sg = NULL; in cc_map_hash_request_update()
1305 areq_ctx->curr_sg = areq_ctx->buff_sg; in cc_map_hash_request_update()
/linux/drivers/scsi/
H A Dhpsa.c4567 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local
4585 curr_sg = cp->SG; in hpsa_scatter_gather()
4589 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4590 curr_sg++; in hpsa_scatter_gather()
4600 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
4603 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4604 curr_sg++; in hpsa_scatter_gather()
4609 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()
4728 struct SGDescriptor *curr_sg; in hpsa_scsi_ioaccel1_queue_command() local
4764 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
[all …]