Lines Matching refs:mbox_mem

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() local
650 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() local
707 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
809 return &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()
830 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_eq_create()
879 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_fw_initialize()
919 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_fw_uninit()
952 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_cq_create()
1036 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_mccq_create()
1073 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_q_destroy()
1151 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_create_default_pdu_queue()
1252 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_wrbq_create()
1296 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_iscsi_post_template_hdr()
1319 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_iscsi_remove_template_hdr()
1342 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_iscsi_post_sgl_pages()
1391 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_reset_function()