Home
last modified time | relevance | path

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

/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c400 static int poll_tx(struct ipoib_dev_priv *priv) in poll_tx() function
473 while (poll_tx(priv)) in drain_tx_cq()
609 while (poll_tx(priv)) in ipoib_send()
793 while (poll_tx(priv)) in ipoib_drain_cq()
/drivers/net/ibm_newemac/
Dmal.h173 void (*poll_tx) (void *dev); member
Dmal.c407 mc->ops->poll_tx(mc->dev); in mal_poll()
455 mc->ops->poll_tx(mc->dev); in mal_poll()
Dcore.c1916 .poll_tx = &emac_poll_tx,
1923 .poll_tx = &emac_poll_tx,
/drivers/atm/
Dzatm.c740 static void poll_tx(struct atm_dev *dev,int mbx) in poll_tx() function
1084 if (reason & 4) poll_tx(dev,2); in zatm_int()
1085 if (reason & 8) poll_tx(dev,3); in zatm_int()
Deni.c1179 static void poll_tx(struct atm_dev *dev) in poll_tx() function
1566 poll_tx(dev); in eni_tasklet()