Lines Matching refs:uop
306 msg.uop = SCIF_INIT; in scif_qp_response()
319 msg.uop = SCIF_EXIT; in scif_send_exit()
506 msg.uop = SCIF_NODE_ADD; in scif_node_connect()
523 msg.uop = SCIF_NODE_ADD; in scif_node_connect()
606 if (msg->uop > SCIF_MAX_MSG) { in scif_display_message()
608 "%s: unknown msg type %d\n", label, msg->uop); in scif_display_message()
613 label, message_types[msg->uop], msg->src.node, msg->src.port, in scif_display_message()
657 __func__, __LINE__, err, msg->uop); in _scif_nodeqp_send()
671 if (msg->uop > SCIF_EXIT_ACK) { in scif_nodeqp_send()
682 if (msg->uop > SCIF_EXIT_ACK) in scif_nodeqp_send()
832 msg->uop = SCIF_NODE_ADD_ACK; in scif_node_add()
849 msg->uop = SCIF_NODE_ADD_NACK; in scif_node_add()
1023 msg->uop, scifdev->node); in scif_msg_unknown()
1087 if (msg->uop > (u32)scif_max_msg_id) { in scif_nodeqp_msg_handler()
1091 msg->uop, scifdev->node); in scif_nodeqp_msg_handler()
1095 scif_intr_func[msg->uop](scifdev, msg); in scif_nodeqp_msg_handler()
1121 if (SCIF_EXIT_ACK == msg.uop) in scif_nodeqp_intrhandler()