Searched refs:uop (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_fence.c | 34 msg->uop = SCIF_MARK_NACK; in scif_recv_mark() 36 msg->uop = SCIF_MARK_ACK; in scif_recv_mark() 55 if (msg->uop == SCIF_MARK_ACK) { in scif_recv_mark_resp() 84 msg->uop = SCIF_WAIT_NACK; in scif_recv_wait() 115 if (msg->uop == SCIF_WAIT_ACK) in scif_recv_wait_resp() 137 msg->uop = SCIF_SIG_NACK; in scif_recv_sig_local() 139 msg->uop = SCIF_SIG_ACK; in scif_recv_sig_local() 158 msg->uop = SCIF_SIG_NACK; in scif_recv_sig_remote() 160 msg->uop = SCIF_SIG_ACK; in scif_recv_sig_remote() 178 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 | 209 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 …]
|
D | scif_api.c | 146 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()
|
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-4.4.14/arch/x86/include/asm/xen/ |
D | hypercall.h | 397 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument 399 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op() 503 void *uop, unsigned int count) in MULTI_grant_table_op() argument 507 mcl->args[1] = (unsigned long)uop; in MULTI_grant_table_op()
|
/linux-4.4.14/arch/arm/include/asm/xen/ |
D | hypercall.h | 44 int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count);
|