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()
162 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ctlr_info()
224 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_ldev_info()
312 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_pdev_info()
355 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_dev_op()
383 union myrs_cmd_mbox *mbox; in myrs_translate_pdev()
426 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_event()
458 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_get_fwstatus()
487 union myrs_cmd_mbox *cmd_mbox; in myrs_enable_mmio_mbox()
489 union myrs_cmd_mbox *mbox; in myrs_enable_mmio_mbox()
500 mbox = dma_alloc_coherent(&pdev->dev, sizeof(union myrs_cmd_mbox), in myrs_enable_mmio_mbox()
506 cs->cmd_mbox_size = MYRS_MAX_CMD_MBOX * sizeof(union myrs_cmd_mbox); in myrs_enable_mmio_mbox()
553 memset(mbox, 0, sizeof(union myrs_cmd_mbox)); in myrs_enable_mmio_mbox()
558 (MYRS_MAX_CMD_MBOX * sizeof(union myrs_cmd_mbox)) >> 10; in myrs_enable_mmio_mbox()
572 dma_free_coherent(&pdev->dev, sizeof(union myrs_cmd_mbox), in myrs_enable_mmio_mbox()
978 union myrs_cmd_mbox *mbox; in raid_state_store()
1118 union myrs_cmd_mbox *mbox; in rebuild_store()
1219 union myrs_cmd_mbox *mbox; in consistency_check_store()
1436 union myrs_cmd_mbox *mbox; in discovery_store()
1589 union myrs_cmd_mbox *mbox = &cmd_blk->mbox; in myrs_queuecommand()
2515 static inline void DAC960_GEM_write_cmd_mbox(union myrs_cmd_mbox *mem_mbox, in DAC960_GEM_write_cmd_mbox()
2516 union myrs_cmd_mbox *mbox) in DAC960_GEM_write_cmd_mbox()
2519 sizeof(union myrs_cmd_mbox) - sizeof(unsigned int)); in DAC960_GEM_write_cmd_mbox()
2763 static inline void DAC960_BA_write_cmd_mbox(union myrs_cmd_mbox *mem_mbox, in DAC960_BA_write_cmd_mbox()
2764 union myrs_cmd_mbox *mbox) in DAC960_BA_write_cmd_mbox()
2767 sizeof(union myrs_cmd_mbox) - sizeof(unsigned int)); in DAC960_BA_write_cmd_mbox()
3013 static inline void DAC960_LP_write_cmd_mbox(union myrs_cmd_mbox *mem_mbox, in DAC960_LP_write_cmd_mbox()
3014 union myrs_cmd_mbox *mbox) in DAC960_LP_write_cmd_mbox()
3017 sizeof(union myrs_cmd_mbox) - sizeof(unsigned int)); in DAC960_LP_write_cmd_mbox()