Lines Matching refs:SG
2302 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block()
2327 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block()
2807 dma_unmap_single(&pdev->dev, le64_to_cpu(c->SG[i].Addr), in hpsa_pci_unmap()
2808 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
2833 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()
2834 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
2835 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */ in hpsa_map_one()
4602 curr_sg = cp->SG; in hpsa_scatter_gather()
4782 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
6427 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
6428 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
6432 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
6433 c->SG[0].Len = cpu_to_le32(iocommand->buf_size); in hpsa_passthru_ioctl()
6434 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */ in hpsa_passthru_ioctl()
6535 c->SG[i].Addr = cpu_to_le64(0); in hpsa_big_passthru_ioctl()
6536 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6542 c->SG[i].Addr = cpu_to_le64(temp64); in hpsa_big_passthru_ioctl()
6543 c->SG[i].Len = cpu_to_le32(buff_size[i]); in hpsa_big_passthru_ioctl()
6544 c->SG[i].Ext = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6546 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_big_passthru_ioctl()
9999 VERIFY_OFFSET(SG, 0x78 + 8); in verify_offsets()