Searched refs:curr_sg (Results 1 – 3 of 3) sorted by relevance
1365 SGDescriptor_struct *curr_sg; in cciss_scatter_gather() local1371 curr_sg = c->SG; in cciss_scatter_gather()1379 curr_sg = sa->cmd_sg_list[c->cmdindex]; in cciss_scatter_gather()1383 curr_sg[sg_index].Addr.lower = in cciss_scatter_gather()1385 curr_sg[sg_index].Addr.upper = in cciss_scatter_gather()1387 curr_sg[sg_index].Len = len; in cciss_scatter_gather()1388 curr_sg[sg_index].Ext = 0; in cciss_scatter_gather()
1816 SGDescriptor_struct *curr_sg = c->SG; in cciss_softirq_done() local1830 if (curr_sg[sg_index].Ext == CCISS_SG_CHAIN) { in cciss_softirq_done()1833 curr_sg = h->cmd_sg_list[c->cmdindex]; in cciss_softirq_done()1836 temp64.val32.lower = curr_sg[sg_index].Addr.lower; in cciss_softirq_done()1837 temp64.val32.upper = curr_sg[sg_index].Addr.upper; in cciss_softirq_done()1838 pci_unmap_page(h->pdev, temp64.val, curr_sg[sg_index].Len, in cciss_softirq_done()3294 SGDescriptor_struct *curr_sg; in do_cciss_request() local3348 curr_sg = c->SG; in do_cciss_request()3356 curr_sg = h->cmd_sg_list[c->cmdindex]; in do_cciss_request()3360 curr_sg[sg_index].Len = tmp_sg[i].length; in do_cciss_request()[all …]
3264 struct SGDescriptor *curr_sg; in hpsa_scatter_gather() local3275 curr_sg = cp->SG; in hpsa_scatter_gather()3282 curr_sg = h->cmd_sg_list[cp->cmdindex]; in hpsa_scatter_gather()3285 hpsa_set_sg_descriptor(curr_sg, sg); in hpsa_scatter_gather()3286 curr_sg++; in hpsa_scatter_gather()3290 (--curr_sg)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()3371 struct SGDescriptor *curr_sg; in hpsa_scsi_ioaccel1_queue_command() local3401 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()3406 curr_sg->Addr = cpu_to_le64(addr64); in hpsa_scsi_ioaccel1_queue_command()3407 curr_sg->Len = cpu_to_le32(len); in hpsa_scsi_ioaccel1_queue_command()[all …]