Searched refs:sgl64 (Results 1 – 4 of 4) sorted by relevance
133 mbox_sgl64 *sgl64; member
1062 ccb->sgl64 = (mbox_sgl64 *)sg_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()1064 ccb->sgl32 = (mbox_sgl32 *)ccb->sgl64; in megaraid_alloc_cmd_packets()1357 ccb->sgl64[i].address = sg_dma_address(sgl); in megaraid_mbox_mksgl()1358 ccb->sgl64[i].length = sg_dma_len(sgl); in megaraid_mbox_mksgl()
1750 scb->sgl64[idx].address = sg_dma_address(sg); in mega_build_sglist()1751 *len += scb->sgl64[idx].length = sg_dma_len(sg); in mega_build_sglist()1816 if( scb->sgl64 ) { in mega_free_sgl()1819 scb->sgl64, in mega_free_sgl()1822 scb->sgl64 = NULL; in mega_free_sgl()2882 scb->sgl64 = NULL; in mega_init_scb()2894 scb->sgl64 = pci_alloc_consistent(adapter->dev, in mega_init_scb()2898 scb->sgl = (mega_sglist *)scb->sgl64; in mega_init_scb()
199 mega_sgl64 *sgl64; member