Searched refs:mbox_mem (Results 1 – 8 of 8) sorted by relevance
321 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_mcc_compl_process()649 struct be_dma_mem *mbox_mem = &ctrl->mbox_mem; in be_mbox_notify() local650 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify()660 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify()670 val |= (u32) (mbox_mem->dma >> 4) << 2; in be_mbox_notify()706 struct be_dma_mem *mbox_mem = &phba->ctrl.mbox_mem; in be_mbox_notify_wait() local707 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify_wait()717 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify_wait()727 val |= (u32)(mbox_mem->dma >> 4) << 2; in be_mbox_notify_wait()807 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem) in wrb_from_mbox() argument[all …]
128 struct be_dma_mem mbox_mem; member
333 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in mgmt_get_fw_config()426 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in mgmt_check_supported_fw()812 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in mgmt_get_all_if_id()
746 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem);
710 struct be_dma_mem *mbox_mem_align = &ctrl->mbox_mem; in be_ctrl_init()
607 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in be_mbox_notify_wait() local608 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify_wait()618 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify_wait()628 val |= (u32)(mbox_mem->dma >> 4) << 2; in be_mbox_notify_wait()772 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in wrb_from_mbox() local774 = &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()
494 struct be_dma_mem mbox_mem; member
5609 struct be_dma_mem *mbox_mem_align = &adapter->mbox_mem; in be_drv_init()