Searched refs:notif_msg (Results 1 – 2 of 2) sorted by relevance
154 struct scifmsg notif_msg; in scif_send_rmnode_msg() local157 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, ¬if_msg); in scif_send_rmnode_msg()
939 struct scifmsg notif_msg; in _scif_send() local963 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, ¬if_msg); in _scif_send()1002 struct scifmsg notif_msg; in _scif_recv() local1035 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 ¬if_msg); in _scif_recv()