Searched refs:poll_tx (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_mal.h176 void (*poll_tx) (void *dev); member in struct:mal_commac_ops
H A Dibm_emac_mal.c289 mc->ops->poll_tx(mc->dev);
334 mc->ops->poll_tx(mc->dev);
H A Dibm_emac_core.c1241 DBG2("%d: poll_tx, %d %d" NL, dev->def->index, dev->tx_cnt,
1633 .poll_tx = &emac_poll_tx,
1640 .poll_tx = &emac_poll_tx,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dzatm.c656 static void poll_tx(struct atm_dev *dev,int mbx) function
662 EVENT("poll_tx\n",0,0);
988 if (reason & 4) poll_tx(dev,2);
989 if (reason & 8) poll_tx(dev,3);
H A Deni.c1154 static void poll_tx(struct atm_dev *dev) function
1161 DPRINTK(">poll_tx\n");
1502 /* poll_tx ? */
1525 poll_tx(dev);

Completed in 156 milliseconds