Searched refs:uop (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_fence.c | 26 msg->uop = SCIF_MARK_NACK; in scif_recv_mark() 28 msg->uop = SCIF_MARK_ACK; in scif_recv_mark() 47 if (msg->uop == SCIF_MARK_ACK) { in scif_recv_mark_resp() 76 msg->uop = SCIF_WAIT_NACK; in scif_recv_wait() 107 if (msg->uop == SCIF_WAIT_ACK) in scif_recv_wait_resp() 129 msg->uop = SCIF_SIG_NACK; in scif_recv_sig_local() 131 msg->uop = SCIF_SIG_ACK; in scif_recv_sig_local() 150 msg->uop = SCIF_SIG_NACK; in scif_recv_sig_remote() 152 msg->uop = SCIF_SIG_ACK; in scif_recv_sig_remote() 170 if (msg->uop == SCIF_SIG_ACK) in scif_recv_sig_resp() [all …]
|
| D | scif_nodeqp.c | 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() [all …]
|
| D | scif_nm.c | 86 msg.uop = SCIF_NODE_REMOVE_ACK; in scif_send_acks() 94 msg.uop = SCIF_EXIT_ACK; in scif_send_acks() 157 notif_msg.uop = SCIF_NODE_REMOVE; in scif_send_rmnode_msg() 218 msg.uop = SCIF_GET_NODE_INFO; in scif_get_node_info()
|
| D | scif_rma.c | 202 msg.uop = SCIF_FREE_VIRT; in scif_destroy_incomplete_window() 632 msg.uop = SCIF_UNREGISTER; in scif_send_scif_unregister() 751 msg.uop = SCIF_ALLOC_REQ; in scif_send_alloc_request() 809 msg.uop = SCIF_FREE_VIRT; in scif_prep_remote_window() 954 msg.uop = SCIF_REGISTER; in scif_send_scif_register() 972 msg.uop = SCIF_FREE_VIRT; in scif_send_scif_register() 1054 msg->uop = SCIF_ALLOC_GNT; in scif_alloc_req() 1066 msg->uop = SCIF_ALLOC_REJ; in scif_alloc_req() 1086 if (msg->uop == SCIF_ALLOC_GNT) in scif_alloc_gnt_rej() 1147 msg->uop = SCIF_REGISTER_ACK; in scif_recv_reg() [all …]
|
| D | scif_api.c | 137 msg.uop = SCIF_DISCNCT; in scif_disconnect_ep() 274 msg.uop = SCIF_CNCT_REJ; in scif_close() 494 msg.uop = SCIF_CNCT_REQ; in scif_conn_func() 528 msg.uop = SCIF_CNCT_GNTNACK; in scif_conn_func() 535 msg.uop = SCIF_CNCT_GNTACK; in scif_conn_func() 853 msg.uop = SCIF_CNCT_GNT; in scif_accept() 904 msg.uop = SCIF_CNCT_REJ; in scif_accept() 964 notif_msg.uop = SCIF_CLIENT_SENT; in _scif_send() 1036 notif_msg.uop = SCIF_CLIENT_RCVD; in _scif_recv()
|
| D | scif_epd.c | 152 msg->uop = SCIF_CNCT_REJ; in scif_cnctreq() 298 msg->uop = SCIF_DISCNT_ACK; in scif_discnct()
|
| D | scif_nodeqp.h | 111 u32 uop; member
|
| D | scif_mmap.c | 44 msg->uop = SCIF_UNREGISTER_ACK; in scif_recv_munmap() 345 msg.uop = SCIF_MUNMAP; in scif_put_pages() 459 msg.uop = SCIF_MUNMAP; in scif_rma_list_munmap()
|
| /Linux-v5.4/include/xen/arm/ |
| D | hypercall.h | 49 int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count);
|
| /Linux-v5.4/arch/x86/include/asm/xen/ |
| D | hypercall.h | 380 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() argument 382 return _hypercall3(int, grant_table_op, cmd, uop, count); in HYPERVISOR_grant_table_op()
|