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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dmal.h173 void (*poll_tx) (void *dev); member in struct:mal_commac_ops
H A Dmal.c406 mc->ops->poll_tx(mc->dev);
454 mc->ops->poll_tx(mc->dev);
H A Dcore.c1489 DBG2(dev, "poll_tx, %d %d" NL, dev->tx_cnt, dev->ack_slot);
1881 .poll_tx = &emac_poll_tx,
1888 .poll_tx = &emac_poll_tx,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c398 static int poll_tx(struct ipoib_dev_priv *priv) function
471 while (poll_tx(priv))
608 while (poll_tx(priv))
793 while (poll_tx(priv))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dzatm.c657 static void poll_tx(struct atm_dev *dev,int mbx) function
663 EVENT("poll_tx\n",0,0);
991 if (reason & 4) poll_tx(dev,2);
992 if (reason & 8) poll_tx(dev,3);
H A Deni.c1155 static void poll_tx(struct atm_dev *dev) function
1162 DPRINTK(">poll_tx\n");
1503 /* poll_tx ? */
1526 poll_tx(dev);

Completed in 160 milliseconds