Searched refs:uop (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_fence.c | 35 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 …]
|
D | scif_nodeqp.c | 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() [all …]
|
D | scif_nm.c | 95 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()
|
D | scif_rma.c | 211 msg.uop = SCIF_FREE_VIRT; in scif_destroy_incomplete_window() 650 msg.uop = SCIF_UNREGISTER; in scif_send_scif_unregister() 769 msg.uop = SCIF_ALLOC_REQ; in scif_send_alloc_request() 827 msg.uop = SCIF_FREE_VIRT; in scif_prep_remote_window() 972 msg.uop = SCIF_REGISTER; in scif_send_scif_register() 990 msg.uop = SCIF_FREE_VIRT; in scif_send_scif_register() 1072 msg->uop = SCIF_ALLOC_GNT; in scif_alloc_req() 1084 msg->uop = SCIF_ALLOC_REJ; in scif_alloc_req() 1104 if (msg->uop == SCIF_ALLOC_GNT) in scif_alloc_gnt_rej() 1165 msg->uop = SCIF_REGISTER_ACK; in scif_recv_reg() [all …]
|
D | scif_api.c | 146 msg.uop = SCIF_DISCNCT; in scif_disconnect_ep() 283 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() 862 msg.uop = SCIF_CNCT_GNT; in scif_accept() 913 msg.uop = SCIF_CNCT_REJ; in scif_accept() 973 notif_msg.uop = SCIF_CLIENT_SENT; in _scif_send() 1045 notif_msg.uop = SCIF_CLIENT_RCVD; in _scif_recv()
|
D | scif_epd.c | 161 msg->uop = SCIF_CNCT_REJ; in scif_cnctreq() 307 msg->uop = SCIF_DISCNT_ACK; in scif_discnct()
|
D | scif_nodeqp.h | 111 u32 uop; member
|
D | scif_mmap.c | 53 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()
|
/Linux-v4.19/include/xen/arm/ |
D | hypercall.h | 49 int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count);
|
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | hypercall.h | 370 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument 372 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
|