Searched refs:poll_rx (Results 1 – 4 of 4) sorted by relevance
165 int (*poll_rx) (void *dev, int budget); member
428 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll()
2014 .poll_rx = &emac_poll_rx,2021 .poll_rx = &emac_poll_rx,
559 bool poll_rx) in vhost_net_busy_poll() argument564 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()576 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()598 if (poll_rx || sock_has_rx_data(sock)) in vhost_net_busy_poll()600 else if (!poll_rx) /* On tx here, sock has no rx data. */ in vhost_net_busy_poll()