Searched refs:sgl64 (Results 1 – 4 of 4) sorted by relevance
137 mbox_sgl64 *sgl64; member
1074 ccb->sgl64 = (mbox_sgl64 *)sg_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()1076 ccb->sgl32 = (mbox_sgl32 *)ccb->sgl64; in megaraid_alloc_cmd_packets()1372 ccb->sgl64[i].address = sg_dma_address(sgl); in megaraid_mbox_mksgl()1373 ccb->sgl64[i].length = sg_dma_len(sgl); in megaraid_mbox_mksgl()
1755 scb->sgl64[idx].address = sg_dma_address(sg); in mega_build_sglist()1756 *len += scb->sgl64[idx].length = sg_dma_len(sg); in mega_build_sglist()1821 if( scb->sgl64 ) { in mega_free_sgl()1824 scb->sgl64, in mega_free_sgl()1827 scb->sgl64 = NULL; in mega_free_sgl()2887 scb->sgl64 = NULL; in mega_init_scb()2899 scb->sgl64 = pci_alloc_consistent(adapter->dev, in mega_init_scb()2903 scb->sgl = (mega_sglist *)scb->sgl64; in mega_init_scb()
199 mega_sgl64 *sgl64; member