Searched refs:sgl64 (Results 1 – 4 of 4) sorted by relevance
137 mbox_sgl64 *sgl64; member
1076 ccb->sgl64 = (mbox_sgl64 *)sg_pci_blk[i].vaddr; in megaraid_alloc_cmd_packets()1078 ccb->sgl32 = (mbox_sgl32 *)ccb->sgl64; in megaraid_alloc_cmd_packets()1374 ccb->sgl64[i].address = sg_dma_address(sgl); in megaraid_mbox_mksgl()1375 ccb->sgl64[i].length = sg_dma_len(sgl); in megaraid_mbox_mksgl()
1752 scb->sgl64[idx].address = sg_dma_address(sg); in mega_build_sglist()1753 *len += scb->sgl64[idx].length = sg_dma_len(sg); in mega_build_sglist()1818 if( scb->sgl64 ) { in mega_free_sgl()1821 scb->sgl64, in mega_free_sgl()1824 scb->sgl64 = NULL; in mega_free_sgl()2917 scb->sgl64 = NULL; in mega_init_scb()2929 scb->sgl64 = pci_alloc_consistent(adapter->dev, in mega_init_scb()2933 scb->sgl = (mega_sglist *)scb->sgl64; in mega_init_scb()
198 mega_sgl64 *sgl64; member