Home
last modified time | relevance | path

Searched refs:uop (Results 1 – 8 of 8) sorted by relevance

/drivers/misc/mic/scif/
Dscif_fence.c35 msg->uop = SCIF_MARK_NACK; in scif_recv_mark()
37 msg->uop = SCIF_MARK_ACK; in scif_recv_mark()
56 if (msg->uop == SCIF_MARK_ACK) { in scif_recv_mark_resp()
85 msg->uop = SCIF_WAIT_NACK; in scif_recv_wait()
116 if (msg->uop == SCIF_WAIT_ACK) in scif_recv_wait_resp()
138 msg->uop = SCIF_SIG_NACK; in scif_recv_sig_local()
140 msg->uop = SCIF_SIG_ACK; in scif_recv_sig_local()
159 msg->uop = SCIF_SIG_NACK; in scif_recv_sig_remote()
161 msg->uop = SCIF_SIG_ACK; in scif_recv_sig_remote()
179 if (msg->uop == SCIF_SIG_ACK) in scif_recv_sig_resp()
[all …]
Dscif_nodeqp.c306 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()
[all …]
Dscif_nm.c95 msg.uop = SCIF_NODE_REMOVE_ACK; in scif_send_acks()
103 msg.uop = SCIF_EXIT_ACK; in scif_send_acks()
166 notif_msg.uop = SCIF_NODE_REMOVE; in scif_send_rmnode_msg()
227 msg.uop = SCIF_GET_NODE_INFO; in scif_get_node_info()
Dscif_rma.c209 msg.uop = SCIF_FREE_VIRT; in scif_destroy_incomplete_window()
648 msg.uop = SCIF_UNREGISTER; in scif_send_scif_unregister()
767 msg.uop = SCIF_ALLOC_REQ; in scif_send_alloc_request()
825 msg.uop = SCIF_FREE_VIRT; in scif_prep_remote_window()
970 msg.uop = SCIF_REGISTER; in scif_send_scif_register()
988 msg.uop = SCIF_FREE_VIRT; in scif_send_scif_register()
1070 msg->uop = SCIF_ALLOC_GNT; in scif_alloc_req()
1082 msg->uop = SCIF_ALLOC_REJ; in scif_alloc_req()
1102 if (msg->uop == SCIF_ALLOC_GNT) in scif_alloc_gnt_rej()
1163 msg->uop = SCIF_REGISTER_ACK; in scif_recv_reg()
[all …]
Dscif_api.c146 msg.uop = SCIF_DISCNCT; in scif_disconnect_ep()
282 msg.uop = SCIF_CNCT_REJ; in scif_close()
503 msg.uop = SCIF_CNCT_REQ; in scif_conn_func()
537 msg.uop = SCIF_CNCT_GNTNACK; in scif_conn_func()
544 msg.uop = SCIF_CNCT_GNTACK; in scif_conn_func()
863 msg.uop = SCIF_CNCT_GNT; in scif_accept()
914 msg.uop = SCIF_CNCT_REJ; in scif_accept()
974 notif_msg.uop = SCIF_CLIENT_SENT; in _scif_send()
1046 notif_msg.uop = SCIF_CLIENT_RCVD; in _scif_recv()
Dscif_epd.c161 msg->uop = SCIF_CNCT_REJ; in scif_cnctreq()
307 msg->uop = SCIF_DISCNT_ACK; in scif_discnct()
Dscif_nodeqp.h111 u32 uop; member
Dscif_mmap.c53 msg->uop = SCIF_UNREGISTER_ACK; in scif_recv_munmap()
354 msg.uop = SCIF_MUNMAP; in scif_put_pages()
468 msg.uop = SCIF_MUNMAP; in scif_rma_list_munmap()