Searched refs:curr_sg (Results 1 – 4 of 4) sorted by relevance
24 struct scatterlist *curr_sg; member
53 struct scatterlist *curr_sg; member
331 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()
4567 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local4585 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() local4764 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()[all …]