Lines Matching refs:uop
297 msg.uop = SCIF_INIT; in scif_qp_response()
310 msg.uop = SCIF_EXIT; in scif_send_exit()
497 msg.uop = SCIF_NODE_ADD; in scif_node_connect()
514 msg.uop = SCIF_NODE_ADD; in scif_node_connect()
597 if (msg->uop > SCIF_MAX_MSG) { in scif_display_message()
599 "%s: unknown msg type %d\n", label, msg->uop); in scif_display_message()
604 label, message_types[msg->uop], msg->src.node, msg->src.port, in scif_display_message()
648 __func__, __LINE__, err, msg->uop); in _scif_nodeqp_send()
662 if (msg->uop > SCIF_EXIT_ACK) { in scif_nodeqp_send()
673 if (msg->uop > SCIF_EXIT_ACK) in scif_nodeqp_send()
823 msg->uop = SCIF_NODE_ADD_ACK; in scif_node_add()
840 msg->uop = SCIF_NODE_ADD_NACK; in scif_node_add()
1014 msg->uop, scifdev->node); in scif_msg_unknown()
1078 if (msg->uop > (u32)scif_max_msg_id) { in scif_nodeqp_msg_handler()
1082 msg->uop, scifdev->node); in scif_nodeqp_msg_handler()
1086 scif_intr_func[msg->uop](scifdev, msg); in scif_nodeqp_msg_handler()
1112 if (SCIF_EXIT_ACK == msg.uop) in scif_nodeqp_intrhandler()