Lines Matching refs:SG
2274 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block()
2299 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block()
2768 pci_unmap_single(pdev, (dma_addr_t) le64_to_cpu(c->SG[i].Addr), in hpsa_pci_unmap()
2769 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
2794 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()
2795 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
2796 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */ in hpsa_map_one()
4566 curr_sg = cp->SG; in hpsa_scatter_gather()
4745 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
6326 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
6327 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
6331 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
6332 c->SG[0].Len = cpu_to_le32(iocommand.buf_size); in hpsa_passthru_ioctl()
6333 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */ in hpsa_passthru_ioctl()
6454 c->SG[i].Addr = cpu_to_le64(0); in hpsa_big_passthru_ioctl()
6455 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6461 c->SG[i].Addr = cpu_to_le64(temp64); in hpsa_big_passthru_ioctl()
6462 c->SG[i].Len = cpu_to_le32(buff_size[i]); in hpsa_big_passthru_ioctl()
6463 c->SG[i].Ext = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6465 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_big_passthru_ioctl()
9868 VERIFY_OFFSET(SG, 0x78 + 8); in verify_offsets()