Lines Matching refs:msg
67 get_mbox_opcode_str(mbox_msg->msg), vf_id, in dump_mbox_msg()
71 get_mbox_opcode_str(mbox_msg->msg), raw_data_str); in dump_mbox_msg()
79 writeq(mbx->msg, cpt->reg_base + OTX_CPT_PF_VFX_MBOXX(vf, 0)); in otx_cpt_send_msg_to_vf()
90 mbx->msg = OTX_CPT_MSG_ACK; in otx_cpt_mbox_send_ack()
99 mbx->msg = OTX_CPT_MSG_NACK; in otx_cptpf_mbox_send_nack()
187 mbx.msg = readq(cpt->reg_base + OTX_CPT_PF_VFX_MBOXX(vf, 0)); in otx_cpt_handle_mbox_intr()
192 switch (mbx.msg) { in otx_cpt_handle_mbox_intr()
194 mbx.msg = OTX_CPT_MSG_VF_UP; in otx_cpt_handle_mbox_intr()
199 mbx.msg = OTX_CPT_MSG_READY; in otx_cpt_handle_mbox_intr()
219 mbx.msg = OTX_CPT_MSG_QBIND_GRP; in otx_cpt_handle_mbox_intr()
225 mbx.msg = OTX_CPT_MSG_PF_TYPE; in otx_cpt_handle_mbox_intr()
235 vf, mbx.msg); in otx_cpt_handle_mbox_intr()