Home
last modified time | relevance | path

Searched refs:mbox_mem (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_cmds.c321 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() local
646 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() local
703 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 …]
Dbe.h128 struct be_dma_mem mbox_mem; member
Dbe_mgmt.c333 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()
Dbe_cmds.h735 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem);
Dbe_main.c698 struct be_dma_mem *mbox_mem_align = &ctrl->mbox_mem; in be_ctrl_init()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c575 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in be_mbox_notify_wait() local
576 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() local
742 = &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()
Dbe.h478 struct be_dma_mem mbox_mem; member
Dbe_main.c5287 struct be_dma_mem *mbox_mem_align = &adapter->mbox_mem; in be_drv_init()