Searched refs:tx_rings (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c3535 index = (rp - np->tx_rings);
3677 struct tx_ring_info *rp = &np->tx_rings[i];
4031 struct tx_ring_info *rp = &np->tx_rings[i];
4109 struct tx_ring_info *rp = &np->tx_rings[i];
4249 if (np->tx_rings) {
4251 struct tx_ring_info *rp = &np->tx_rings[i];
4255 kfree(np->tx_rings);
4256 np->tx_rings = NULL;
4441 np->tx_rings = kzalloc(np->num_tx_rings * sizeof(struct tx_ring_info),
4444 if (!np->tx_rings)
[all...]
H A Dniu.h3269 struct tx_ring_info *tx_rings; member in struct:rx_pkt_hdr0::niu

Completed in 140 milliseconds