Home
last modified time | relevance | path

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

/linux-4.4.14/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.c949 struct scifmsg notif_msg; in _scif_send() local
973 notif_msg.src = ep->port; in _scif_send()
974 notif_msg.uop = SCIF_CLIENT_SENT; in _scif_send()
975 notif_msg.payload[0] = ep->remote_ep; in _scif_send()
976 ret = _scif_nodeqp_send(ep->remote_dev, &notif_msg); in _scif_send()
1012 struct scifmsg notif_msg; in _scif_recv() local
1045 notif_msg.src = ep->port; in _scif_recv()
1046 notif_msg.uop = SCIF_CLIENT_RCVD; in _scif_recv()
1047 notif_msg.payload[0] = ep->remote_ep; in _scif_recv()
1049 &notif_msg); in _scif_recv()