Searched refs:sgl64 (Results 1 – 2 of 2) sorted by relevance
2458 scb->sgl64[0].address = scb->dma_h_bulkdata; in mega_build_sglist()2459 scb->sgl64[0].length = cmd->request_bufflen; in mega_build_sglist()2495 scb->sgl64[idx].address = sg_dma_address(sgl); in mega_build_sglist()2496 scb->sgl64[idx].length = sg_dma_len(sgl); in mega_build_sglist()2575 if( scb->sgl64 ) { in mega_free_sgl()2578 scb->sgl64, in mega_free_sgl()2581 scb->sgl64 = NULL; in mega_free_sgl()4089 scb->sgl64 = NULL; in mega_init_scb()4101 scb->sgl64 = pci_alloc_consistent(adapter->dev, in mega_init_scb()4105 scb->sgl = (mega_sglist *)scb->sgl64; in mega_init_scb()
254 mega_sgl64 *sgl64; member