Searched refs:mbox_mem (Results 1 – 7 of 7) sorted by relevance
322 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_process_mbox_compl()640 struct be_dma_mem *mbox_mem = &ctrl->mbox_mem; in be_mbox_notify() local641 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify()649 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify()659 val |= (u32) (mbox_mem->dma >> 4) << 2; in be_mbox_notify()732 return &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()863 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_mccq_create()1493 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_get_port_name()1530 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_set_host_data()1573 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_set_uer_feature()[all …]
119 struct be_dma_mem mbox_mem; member
828 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem);
531 struct be_dma_mem *mbox_mem_align = &ctrl->mbox_mem; in be_ctrl_init()
669 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in be_mbox_notify_wait() local670 struct be_mcc_mailbox *mbox = mbox_mem->va; in be_mbox_notify_wait()680 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify_wait()690 val |= (u32)(mbox_mem->dma >> 4) << 2; in be_mbox_notify_wait()834 struct be_dma_mem *mbox_mem = &adapter->mbox_mem; in wrb_from_mbox() local836 = &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()
560 struct be_dma_mem mbox_mem; member
5633 struct be_dma_mem *mbox_mem_align = &adapter->mbox_mem; in be_drv_init()
Completed in 43 milliseconds