Searched refs:rx_done (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dep93xx_eth.c196 int rx_done; local
199 rx_done = 0;
215 rx_done = 1;
287 return !rx_done;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c161 struct myri10ge_rx_done rx_done; member in struct:myri10ge_priv
807 bytes = myri10ge_max_intr_slots * sizeof(*mgp->rx_done.entry);
808 memset(mgp->rx_done.entry, 0, bytes);
811 cmd.data0 = MYRI10GE_LOWPART_TO_U32(mgp->rx_done.bus);
812 cmd.data1 = MYRI10GE_HIGHPART_TO_U32(mgp->rx_done.bus);
831 memset(mgp->rx_done.entry, 0, bytes);
840 mgp->rx_done.idx = 0;
841 mgp->rx_done.cnt = 0;
1109 struct myri10ge_rx_done *rx_done = &mgp->rx_done; local
1199 struct myri10ge_rx_done *rx_done = &mgp->rx_done; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dstarfire.c596 unsigned int rx_done; member in struct:netdev_private
1174 np->dirty_rx = np->dirty_tx = np->rx_done = np->tx_done = 0;
1420 while ((desc_status = le32_to_cpu(np->rx_done_q[np->rx_done].status)) != 0) {
1424 rx_done_desc *desc = &np->rx_done_q[np->rx_done];
1427 printk(KERN_DEBUG " netdev_rx() status of %d was %#8.8x.\n", np->rx_done, desc_status);
1483 printk(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->status2));
1518 np->rx_done = (np->rx_done + 1) % DONE_Q_SIZE;
1520 writew(np->rx_done, np->base + CompletionQConsumerIdx);
1526 retcode, np->rx_done, desc_statu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dusbnet.c393 entry->state = rx_done;
1014 case rx_done:
H A Dusbnet.h158 rx_start, rx_done, rx_cleanup enumerator in enum:skb_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dcosa.c126 int (*rx_done)(struct channel_data *channel);
669 chan->rx_done = sppp_rx_done;
764 printk(KERN_WARNING "%s: rx_done with empty skb!\n",
996 chan->rx_done = chrdev_rx_done;
1914 if (cosa->rxchan->rx_done)
1915 if (cosa->rxchan->rx_done(cosa->rxchan))
125 int (*rx_done)(struct channel_data *channel); member in struct:channel_data

Completed in 220 milliseconds