Searched refs:poll_tx (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | mal.h | 164 void (*poll_tx) (void *dev); member
|
H A D | mal.c | 405 mc->ops->poll_tx(mc->dev); in mal_poll() 450 mc->ops->poll_tx(mc->dev); in mal_poll()
|
H A D | core.c | 1629 DBG2(dev, "poll_tx, %d %d" NL, dev->tx_cnt, dev->ack_slot); in emac_poll_tx() 2023 .poll_tx = &emac_poll_tx, 2030 .poll_tx = &emac_poll_tx,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | mal.h | 164 void (*poll_tx) (void *dev); member
|
H A D | mal.c | 407 mc->ops->poll_tx(mc->dev); in mal_poll() 452 mc->ops->poll_tx(mc->dev); in mal_poll()
|
H A D | core.c | 1631 DBG2(dev, "poll_tx, %d %d" NL, dev->tx_cnt, dev->ack_slot); in emac_poll_tx() 2025 .poll_tx = &emac_poll_tx, 2032 .poll_tx = &emac_poll_tx,
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 434 static int poll_tx(struct ipoib_dev_priv *priv) in poll_tx() function 997 while (poll_tx(priv)) in ipoib_drain_cq()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 434 static int poll_tx(struct ipoib_dev_priv *priv) in poll_tx() function 997 while (poll_tx(priv)) in ipoib_drain_cq()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | zatm.c | 744 static void poll_tx(struct atm_dev *dev,int mbx) in poll_tx() function 750 EVENT("poll_tx\n",0,0); in poll_tx() 1089 if (reason & 4) poll_tx(dev,2); in zatm_int() 1090 if (reason & 8) poll_tx(dev,3); in zatm_int()
|
H A D | eni.c | 1182 static void poll_tx(struct atm_dev *dev) in poll_tx() function 1189 DPRINTK(">poll_tx\n"); in poll_tx() 1543 /* poll_tx ? */ in eni_tasklet() 1566 poll_tx(dev); in eni_tasklet()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 1182 static void poll_tx(struct atm_dev *dev) in poll_tx() function 1189 DPRINTK(">poll_tx\n"); in poll_tx() 1543 /* poll_tx ? */ in eni_tasklet() 1566 poll_tx(dev); in eni_tasklet()
|
Completed in 22 milliseconds