Searched refs:mbox_out (Results 1 – 4 of 4) sorted by relevance
136 &mbcp->mbox_out[i]); in ql_get_mb_sts()267 qdev->link_status = mbcp->mbox_out[1]; in ql_link_up()359 i, mbcp->mbox_out[i]); in ql_aen_lost()377 mbcp->mbox_out[1]); in ql_init_fw_done()378 qdev->fw_rev_id = mbcp->mbox_out[1]; in ql_init_fw_done()407 switch (mbcp->mbox_out[0]) { in ql_mpi_handler()464 mbcp->mbox_out[0] = MB_CMD_STS_GOOD; in ql_mpi_handler()488 mbcp->mbox_out[0] = MB_CMD_STS_ERR; in ql_mpi_handler()512 "Unsupported AE %.08x.\n", mbcp->mbox_out[0]); in ql_mpi_handler()579 if (((mbcp->mbox_out[0] & 0x0000f000) == in ql_mailbox_command()[all …]
983 u32 mbox_out[MAILBOX_COUNT]; member
198 u8 raw_mbox[sizeof(struct mbox_out)]; in mega_query_adapter()1122 sizeof(struct mbox_out)); in issue_scb()1195 memcpy((char *) mbox, raw_mbox, sizeof(struct mbox_out)); in issue_scb_block()3644 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_is_bios_enabled()3677 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_enum_raid_scsi()3732 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_get_boot_drv()3798 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_support_random_del()3827 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_support_ext_cdb()3942 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_get_max_sgl()3987 unsigned char raw_mbox[sizeof(struct mbox_out)]; in mega_support_cluster()[all …]
88 struct mbox_out { struct109 struct mbox_out m_out; argument