Searched refs:notif_msg (Results 1 – 2 of 2) sorted by relevance
163 struct scifmsg notif_msg; in scif_send_rmnode_msg() local166 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, ¬if_msg); in scif_send_rmnode_msg()
949 struct scifmsg notif_msg; in _scif_send() local973 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, ¬if_msg); in _scif_send()1012 struct scifmsg notif_msg; in _scif_recv() local1045 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 ¬if_msg); in _scif_recv()