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()645 struct be_dma_mem *mbox_mem = &ctrl->mbox_mem; in be_mbox_notify() local646 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify()656 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify()666 val |= (u32) (mbox_mem->dma >> 4) << 2; in be_mbox_notify()702 struct be_dma_mem *mbox_mem = &phba->ctrl.mbox_mem; in be_mbox_notify_wait() local703 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify_wait()713 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify_wait()723 val |= (u32)(mbox_mem->dma >> 4) << 2; in be_mbox_notify_wait()803 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()
735 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem);
698 struct be_dma_mem *mbox_mem_align = &ctrl->mbox_mem; in be_ctrl_init()
575 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in be_mbox_notify_wait() local576 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify_wait()586 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify_wait()596 val |= (u32)(mbox_mem->dma >> 4) << 2; in be_mbox_notify_wait()740 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in wrb_from_mbox() local742 = &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()
478 struct be_dma_mem mbox_mem; member
5287 struct be_dma_mem *mbox_mem_align = &adapter->mbox_mem; in be_drv_init()