Searched refs:master_mbox (Results 1 – 4 of 4) sorted by relevance
53 sbbc_mailbox_t *master_mbox = NULL; variable168 master_mbox = kmem_zalloc(sizeof (sbbc_mailbox_t), KM_NOSLEEP); in sbbc_mbox_init()169 if (master_mbox == NULL) { in sbbc_mbox_init()177 mutex_init(&master_mbox->mbox_wait_lock[i], in sbbc_mbox_init()179 master_mbox->mbox_wait_list[i] = NULL; in sbbc_mbox_init()183 master_mbox->intrs[i] = NULL; in sbbc_mbox_init()189 master_mbox->mbox_in = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP); in sbbc_mbox_init()190 if (master_mbox->mbox_in == NULL) { in sbbc_mbox_init()195 master_mbox->mbox_out = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP); in sbbc_mbox_init()196 if (master_mbox->mbox_out == NULL) { in sbbc_mbox_init()[all …]
855 if ((master_iosram == NULL) || (master_mbox == NULL)) in iosram_switch_tunnel()
199 extern sbbc_mailbox_t *master_mbox;
3863 unsigned int master_mbox; in t4_fw_hello() local3892 master_mbox = G_FW_HELLO_CMD_MBMASTER(v); in t4_fw_hello()3914 master_mbox != mbox) { in t4_fw_hello()3963 if (master_mbox == M_PCIE_FW_MASTER && in t4_fw_hello()3965 master_mbox = G_PCIE_FW_MASTER(pcie_fw); in t4_fw_hello()3970 return (master_mbox); in t4_fw_hello()