Lines Matching refs:mbox_mem

327 	struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem);  in beiscsi_process_mbox_compl()
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()
654 val |= (upper_32_bits(mbox_mem->dma) >> 2) << 2; in be_mbox_notify()
664 val |= (u32) (mbox_mem->dma >> 4) << 2; in be_mbox_notify()
735 struct be_mcc_wrb *wrb_from_mbox(struct be_dma_mem *mbox_mem) in wrb_from_mbox() argument
737 return &((struct be_mcc_mailbox *)(mbox_mem->va))->wrb; in wrb_from_mbox()
743 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_eq_create()
784 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_cq_create()
868 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_mccq_create()
908 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_q_destroy()
985 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_create_default_pdu_queue()
1086 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_wrbq_create()
1130 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_iscsi_post_template_hdr()
1153 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_iscsi_remove_template_hdr()
1176 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in be_cmd_iscsi_post_sgl_pages()
1267 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_check_supported_fw()
1338 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_get_fw_config()
1498 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_get_port_name()
1535 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_set_host_data()
1578 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_set_uer_feature()
1649 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_function_reset()
1667 struct be_mcc_wrb *wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_special_wrb()
1756 wrb = wrb_from_mbox(&ctrl->mbox_mem); in beiscsi_cmd_iscsi_cleanup()