Lines Matching defs:notify
302 int notify;
356 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->rx, notify);
357 if (notify)
624 int notify;
632 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify);
633 if (notify)
716 int notify;
845 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify);
846 if (notify)
2393 err = xenbus_printf(xbt, dev->nodename, "feature-rx-notify", "%d", 1);
2395 message = "writing feature-rx-notify";