Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ibm/emac/
Dmal.h165 int (*poll_rx) (void *dev, int budget); member
Dmal.c421 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll()
Dcore.c2003 .poll_rx = &emac_poll_rx,
2010 .poll_rx = &emac_poll_rx,
/linux-6.12.1/drivers/vhost/
Dnet.c527 bool poll_rx) in vhost_net_busy_poll() argument
532 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
544 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()
566 if (poll_rx || sock_has_rx_data(sock)) in vhost_net_busy_poll()
568 else if (!poll_rx) /* On tx here, sock has no rx data. */ in vhost_net_busy_poll()
/linux-6.12.1/drivers/atm/
Deni.c651 static void poll_rx(struct atm_dev *dev) in poll_rx() function
1541 poll_rx(dev); in eni_tasklet()
1549 poll_rx(dev); in eni_tasklet()