Home
last modified time | relevance | path

Searched refs:notif_msg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_nm.c154 struct scifmsg notif_msg; in scif_send_rmnode_msg() local
157 notif_msg.uop = SCIF_NODE_REMOVE; in scif_send_rmnode_msg()
158 notif_msg.src.node = scif_info.nodeid; in scif_send_rmnode_msg()
159 notif_msg.dst.node = node; in scif_send_rmnode_msg()
160 notif_msg.payload[0] = remove_node; in scif_send_rmnode_msg()
161 return scif_nodeqp_send(dev, &notif_msg); in scif_send_rmnode_msg()
Dscif_api.c939 struct scifmsg notif_msg; in _scif_send() local
963 notif_msg.src = ep->port; in _scif_send()
964 notif_msg.uop = SCIF_CLIENT_SENT; in _scif_send()
965 notif_msg.payload[0] = ep->remote_ep; in _scif_send()
966 ret = _scif_nodeqp_send(ep->remote_dev, &notif_msg); in _scif_send()
1002 struct scifmsg notif_msg; in _scif_recv() local
1035 notif_msg.src = ep->port; in _scif_recv()
1036 notif_msg.uop = SCIF_CLIENT_RCVD; in _scif_recv()
1037 notif_msg.payload[0] = ep->remote_ep; in _scif_recv()
1039 &notif_msg); in _scif_recv()