Lines Matching refs:myrs_cmd_mbox
95 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_reset_cmd()
97 memset(mbox, 0, sizeof(union myrs_cmd_mbox)); in myrs_reset_cmd()
107 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_qcmd()
108 union myrs_cmd_mbox *next_mbox = cs->next_cmd_mbox; in myrs_qcmd()
161 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ctlr_info()
223 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ldev_info()
311 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_pdev_info()
354 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_dev_op()
382 union myrs_cmd_mbox *mbox; in myrs_translate_pdev()
425 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_event()
457 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_fwstatus()
486 union myrs_cmd_mbox *cmd_mbox; in myrs_enable_mmio_mbox()
488 union myrs_cmd_mbox *mbox; in myrs_enable_mmio_mbox()
499 mbox = dma_alloc_coherent(&pdev->dev, sizeof(union myrs_cmd_mbox), in myrs_enable_mmio_mbox()
505 cs->cmd_mbox_size = MYRS_MAX_CMD_MBOX * sizeof(union myrs_cmd_mbox); in myrs_enable_mmio_mbox()
550 memset(mbox, 0, sizeof(union myrs_cmd_mbox)); in myrs_enable_mmio_mbox()
555 (MYRS_MAX_CMD_MBOX * sizeof(union myrs_cmd_mbox)) >> 10; in myrs_enable_mmio_mbox()
569 dma_free_coherent(&pdev->dev, sizeof(union myrs_cmd_mbox), in myrs_enable_mmio_mbox()
975 union myrs_cmd_mbox *mbox; in raid_state_store()
1115 union myrs_cmd_mbox *mbox; in rebuild_store()
1215 union myrs_cmd_mbox *mbox; in consistency_check_store()
1434 union myrs_cmd_mbox *mbox; in discovery_store()
1590 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_queuecommand()
2479 static inline void DAC960_GEM_write_cmd_mbox(union myrs_cmd_mbox *mem_mbox, in DAC960_GEM_write_cmd_mbox()
2480 union myrs_cmd_mbox *mbox) in DAC960_GEM_write_cmd_mbox()
2483 sizeof(union myrs_cmd_mbox) - sizeof(unsigned int)); in DAC960_GEM_write_cmd_mbox()
2696 static inline void DAC960_BA_write_cmd_mbox(union myrs_cmd_mbox *mem_mbox, in DAC960_BA_write_cmd_mbox()
2697 union myrs_cmd_mbox *mbox) in DAC960_BA_write_cmd_mbox()
2700 sizeof(union myrs_cmd_mbox) - sizeof(unsigned int)); in DAC960_BA_write_cmd_mbox()
2915 static inline void DAC960_LP_write_cmd_mbox(union myrs_cmd_mbox *mem_mbox, in DAC960_LP_write_cmd_mbox()
2916 union myrs_cmd_mbox *mbox) in DAC960_LP_write_cmd_mbox()
2919 sizeof(union myrs_cmd_mbox) - sizeof(unsigned int)); in DAC960_LP_write_cmd_mbox()