Lines Matching refs:SG
2308 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block()
2333 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block()
2811 dma_unmap_single(&pdev->dev, le64_to_cpu(c->SG[i].Addr), in hpsa_pci_unmap()
2812 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
2837 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()
2838 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
2839 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */ in hpsa_map_one()
4599 curr_sg = cp->SG; in hpsa_scatter_gather()
4778 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
6455 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
6456 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
6460 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
6461 c->SG[0].Len = cpu_to_le32(iocommand->buf_size); in hpsa_passthru_ioctl()
6462 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */ in hpsa_passthru_ioctl()
6563 c->SG[i].Addr = cpu_to_le64(0); in hpsa_big_passthru_ioctl()
6564 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6570 c->SG[i].Addr = cpu_to_le64(temp64); in hpsa_big_passthru_ioctl()
6571 c->SG[i].Len = cpu_to_le32(buff_size[i]); in hpsa_big_passthru_ioctl()
6572 c->SG[i].Ext = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6574 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_big_passthru_ioctl()
10021 VERIFY_OFFSET(SG, 0x78 + 8); in verify_offsets()