Home
last modified time | relevance | path

Searched refs:curr_sg (Results 1 – 5 of 5) 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()
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()
/linux/drivers/scsi/
H A Dhpsa.c4575 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local
4593 curr_sg = cp->SG; in hpsa_scatter_gather()
4597 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4598 curr_sg++; in hpsa_scatter_gather()
4603 * Continue with the chained list. Set curr_sg to the chained in hpsa_scatter_gather()
4608 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()
4611 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()
4612 curr_sg++; in hpsa_scatter_gather()
4617 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()
4736 struct SGDescriptor *curr_sg; in hpsa_scsi_ioaccel1_queue_command() local
4905 struct ioaccel2_sg_element *curr_sg; hpsa_scsi_ioaccel2_queue_command() local
[all...]