Home
last modified time | relevance | path

Searched refs:poll_rx (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H A Dmal.h165 int (*poll_rx) (void *dev, int budget); member
H A Dmal.c419 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll()
H A Dcore.c1754 DBG2(dev, "poll_rx(%d)" NL, budget); in emac_poll_rx()
2024 .poll_rx = &emac_poll_rx,
2031 .poll_rx = &emac_poll_rx,
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
H A Dmal.h165 int (*poll_rx) (void *dev, int budget); member
H A Dmal.c421 n = mc->ops->poll_rx(mc->dev, budget - received); in mal_poll()
H A Dcore.c1756 DBG2(dev, "poll_rx(%d)" NL, budget); in emac_poll_rx()
2026 .poll_rx = &emac_poll_rx,
2033 .poll_rx = &emac_poll_rx,
/kernel/linux/linux-5.10/drivers/vhost/
H A Dnet.c522 bool poll_rx) in vhost_net_busy_poll()
527 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
539 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()
561 if (poll_rx || sock_has_rx_data(sock)) in vhost_net_busy_poll()
563 else if (!poll_rx) /* On tx here, sock has no rx data. */ in vhost_net_busy_poll()
518 vhost_net_busy_poll(struct vhost_net *net, struct vhost_virtqueue *rvq, struct vhost_virtqueue *tvq, bool *busyloop_intr, bool poll_rx) vhost_net_busy_poll() argument
/kernel/linux/linux-6.6/drivers/vhost/
H A Dnet.c525 bool poll_rx) in vhost_net_busy_poll()
530 struct vhost_virtqueue *vq = poll_rx ? tvq : rvq; in vhost_net_busy_poll()
542 busyloop_timeout = poll_rx ? rvq->busyloop_timeout: in vhost_net_busy_poll()
564 if (poll_rx || sock_has_rx_data(sock)) in vhost_net_busy_poll()
566 else if (!poll_rx) /* On tx here, sock has no rx data. */ in vhost_net_busy_poll()
521 vhost_net_busy_poll(struct vhost_net *net, struct vhost_virtqueue *rvq, struct vhost_virtqueue *tvq, bool *busyloop_intr, bool poll_rx) vhost_net_busy_poll() argument
/kernel/linux/linux-5.10/drivers/atm/
H A Dzatm.c168 * [2] back pointer to skb (for poll_rx)
176 struct sk_buff *skb; /* back pointer to skb (for poll_rx) */
361 static void poll_rx(struct atm_dev *dev,int mbx) in poll_rx() function
368 EVENT("poll_rx\n",0,0); in poll_rx()
1087 if (reason & 1) poll_rx(dev,0); in zatm_int()
1088 if (reason & 2) poll_rx(dev,1); in zatm_int()
H A Deni.c651 static void poll_rx(struct atm_dev *dev) in poll_rx() function
658 EVENT("poll_rx.fast\n",0,0); in poll_rx()
666 EVENT("poll_rx.slow\n",0,0); in poll_rx()
1540 EVENT("dequeue_rx done, starting poll_rx\n",0,0); in eni_tasklet()
1541 poll_rx(dev); in eni_tasklet()
1542 EVENT("poll_rx done\n",0,0); in eni_tasklet()
1548 EVENT("get_service done, starting poll_rx\n",0,0); in eni_tasklet()
1549 poll_rx(dev); in eni_tasklet()
1550 EVENT("poll_rx done\n",0,0); in eni_tasklet()
1560 /* poll_rx in eni_tasklet()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Deni.c651 static void poll_rx(struct atm_dev *dev) in poll_rx() function
658 EVENT("poll_rx.fast\n",0,0); in poll_rx()
666 EVENT("poll_rx.slow\n",0,0); in poll_rx()
1540 EVENT("dequeue_rx done, starting poll_rx\n",0,0); in eni_tasklet()
1541 poll_rx(dev); in eni_tasklet()
1542 EVENT("poll_rx done\n",0,0); in eni_tasklet()
1548 EVENT("get_service done, starting poll_rx\n",0,0); in eni_tasklet()
1549 poll_rx(dev); in eni_tasklet()
1550 EVENT("poll_rx done\n",0,0); in eni_tasklet()
1560 /* poll_rx in eni_tasklet()
[all...]

Completed in 22 milliseconds