Searched refs:sgl64 (Results 1 – 4 of 4) sorted by relevance
133 mbox_sgl64 *sgl64; member
1061 ccb->sgl64 = (mbox_sgl64 *)sg_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()1063 ccb->sgl32 = (mbox_sgl32 *)ccb->sgl64; in megaraid_alloc_cmd_packets()1356 ccb->sgl64[i].address = sg_dma_address(sgl); in megaraid_mbox_mksgl()1357 ccb->sgl64[i].length = sg_dma_len(sgl); in megaraid_mbox_mksgl()
1748 scb->sgl64[idx].address = sg_dma_address(sg); in mega_build_sglist()1749 *len += scb->sgl64[idx].length = sg_dma_len(sg); in mega_build_sglist()1814 if( scb->sgl64 ) { in mega_free_sgl()1817 scb->sgl64, scb->sgl_dma_addr); in mega_free_sgl()1819 scb->sgl64 = NULL; in mega_free_sgl()2874 scb->sgl64 = NULL; in mega_init_scb()2886 scb->sgl64 = dma_alloc_coherent(&adapter->dev->dev, in mega_init_scb()2890 scb->sgl = (mega_sglist *)scb->sgl64; in mega_init_scb()
199 mega_sgl64 *sgl64; member