Lines Matching refs:mbox64_t
981 sizeof(mbox64_t), in megaraid_alloc_cmd_packets()
999 raid_dev->mbox64 = (mbox64_t *)(((unsigned long)raid_dev->mbox) - 8); in megaraid_alloc_cmd_packets()
1058 ccb->mbox64 = (mbox64_t *)(mbox_pci_blk[i].vaddr + 8); in megaraid_alloc_cmd_packets()
1106 pci_free_consistent(adapter->pdev, sizeof(mbox64_t), in megaraid_alloc_cmd_packets()
1131 pci_free_consistent(adapter->pdev, sizeof(mbox64_t), in megaraid_free_cmd_packets()
1158 sizeof(mbox64_t) + 16, in megaraid_mbox_setup_dma_pools()
1394 mbox64_t *mbox64; in mbox_post_cmd()
1511 mbox64_t *mbox64; in DEF_SCSI_QCMD()
2730 mbox64_t *mbox64; in mbox_post_sync_cmd()
3304 mbox64_t *mbox64; in megaraid_mbox_fire_sync_cmd()
3632 mbox64_t *mbox64; in megaraid_mbox_mm_command()
3661 mbox64 = (mbox64_t *)(unsigned long)kioc->cmdbuf; in megaraid_mbox_mm_command()
3664 memcpy(ccb->mbox64, mbox64, sizeof(mbox64_t)); in megaraid_mbox_mm_command()
3756 mbox64_t *mbox64; in megaraid_mbox_mm_done()
3761 mbox64 = (mbox64_t *)(unsigned long)kioc->cmdbuf; in megaraid_mbox_mm_done()
3846 raid_dev->sysfs_mbox64 = kmalloc(sizeof(mbox64_t), GFP_KERNEL); in megaraid_sysfs_alloc_resources()
3953 mbox64_t *mbox64; in megaraid_sysfs_get_ldmap()
3971 memset(mbox64, 0, sizeof(mbox64_t)); in megaraid_sysfs_get_ldmap()