Lines Matching refs:SG
1590 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_map_sg_chain_block()
1615 chain_sg = &c->SG[h->max_cmd_sg_entries - 1]; in hpsa_unmap_sg_chain_block()
1967 pci_unmap_single(pdev, (dma_addr_t) le64_to_cpu(c->SG[i].Addr), in hpsa_pci_unmap()
1968 le32_to_cpu(c->SG[i].Len), in hpsa_pci_unmap()
1993 cp->SG[0].Addr = cpu_to_le64(addr64); in hpsa_map_one()
1994 cp->SG[0].Len = cpu_to_le32(buflen); in hpsa_map_one()
1995 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */ in hpsa_map_one()
3275 curr_sg = cp->SG; in hpsa_scatter_gather()
3401 curr_sg = cp->SG; in hpsa_scsi_ioaccel1_queue_command()
4942 c->SG[0].Addr = cpu_to_le64(0); in hpsa_passthru_ioctl()
4943 c->SG[0].Len = cpu_to_le32(0); in hpsa_passthru_ioctl()
4947 c->SG[0].Addr = cpu_to_le64(temp64); in hpsa_passthru_ioctl()
4948 c->SG[0].Len = cpu_to_le32(iocommand.buf_size); in hpsa_passthru_ioctl()
4949 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */ in hpsa_passthru_ioctl()
5068 c->SG[i].Addr = cpu_to_le64(0); in hpsa_big_passthru_ioctl()
5069 c->SG[i].Len = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
5075 c->SG[i].Addr = cpu_to_le64(temp64); in hpsa_big_passthru_ioctl()
5076 c->SG[i].Len = cpu_to_le32(buff_size[i]); in hpsa_big_passthru_ioctl()
5077 c->SG[i].Ext = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
5079 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_big_passthru_ioctl()
7622 VERIFY_OFFSET(SG, 0x78 + 8); in verify_offsets()