Lines Matching defs:notify
300 int notify;
354 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->rx, notify);
355 if (notify)
622 int notify;
630 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify);
631 if (notify)
712 int notify;
841 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify);
842 if (notify)
2361 err = xenbus_printf(xbt, dev->nodename, "feature-rx-notify", "%d", 1);
2363 message = "writing feature-rx-notify";