Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/mic/scif/
Dscif_nm.c163 struct scifmsg notif_msg; in scif_send_rmnode_msg() local
166 notif_msg.uop = SCIF_NODE_REMOVE; in scif_send_rmnode_msg()
167 notif_msg.src.node = scif_info.nodeid; in scif_send_rmnode_msg()
168 notif_msg.dst.node = node; in scif_send_rmnode_msg()
169 notif_msg.payload[0] = remove_node; in scif_send_rmnode_msg()
170 return scif_nodeqp_send(dev, &notif_msg); in scif_send_rmnode_msg()
Dscif_api.c948 struct scifmsg notif_msg; in _scif_send() local
972 notif_msg.src = ep->port; in _scif_send()
973 notif_msg.uop = SCIF_CLIENT_SENT; in _scif_send()
974 notif_msg.payload[0] = ep->remote_ep; in _scif_send()
975 ret = _scif_nodeqp_send(ep->remote_dev, &notif_msg); in _scif_send()
1011 struct scifmsg notif_msg; in _scif_recv() local
1044 notif_msg.src = ep->port; in _scif_recv()
1045 notif_msg.uop = SCIF_CLIENT_RCVD; in _scif_recv()
1046 notif_msg.payload[0] = ep->remote_ep; in _scif_recv()
1048 &notif_msg); in _scif_recv()