Home
last modified time | relevance | path

Searched refs:poll_rx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/ibm/emac/
H A Dmal.h165 int (*poll_rx) (void *dev, int budget); member
H A Dmal.c428 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll()
H A Dcore.c2014 .poll_rx = &emac_poll_rx,
2021 .poll_rx = &emac_poll_rx,
/linux/drivers/vhost/
H A Dnet.c559 bool poll_rx) in vhost_net_busy_poll() argument
564 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()