Lines Matching refs:mbox64_t
966 sizeof(mbox64_t), in megaraid_alloc_cmd_packets()
985 raid_dev->mbox64 = (mbox64_t *)(((unsigned long)raid_dev->mbox) - 8); in megaraid_alloc_cmd_packets()
1044 ccb->mbox64 = (mbox64_t *)(mbox_pci_blk[i].vaddr + 8); in megaraid_alloc_cmd_packets()
1092 dma_free_coherent(&adapter->pdev->dev, sizeof(mbox64_t), in megaraid_alloc_cmd_packets()
1117 dma_free_coherent(&adapter->pdev->dev, sizeof(mbox64_t), in megaraid_free_cmd_packets()
1144 sizeof(mbox64_t) + 16, in megaraid_mbox_setup_dma_pools()
1377 mbox64_t *mbox64; in mbox_post_cmd()
1488 mbox64_t *mbox64; in DEF_SCSI_QCMD()
3565 mbox64_t *mbox64; in megaraid_mbox_mm_command()
3594 mbox64 = (mbox64_t *)(unsigned long)kioc->cmdbuf; in megaraid_mbox_mm_command()
3597 memcpy(ccb->mbox64, mbox64, sizeof(mbox64_t)); in megaraid_mbox_mm_command()
3689 mbox64_t *mbox64; in megaraid_mbox_mm_done()
3694 mbox64 = (mbox64_t *)(unsigned long)kioc->cmdbuf; in megaraid_mbox_mm_done()
3775 raid_dev->sysfs_mbox64 = kmalloc(sizeof(mbox64_t), GFP_KERNEL); in megaraid_sysfs_alloc_resources()
3882 mbox64_t *mbox64; in megaraid_sysfs_get_ldmap()
3899 memset(mbox64, 0, sizeof(mbox64_t)); in megaraid_sysfs_get_ldmap()