Lines Matching defs:tx_rings
3591 index = (rp - np->tx_rings);
3738 struct tx_ring_info *rp = &np->tx_rings[i];
4090 struct tx_ring_info *rp = &np->tx_rings[i];
4168 struct tx_ring_info *rp = &np->tx_rings[i];
4308 if (np->tx_rings) {
4310 struct tx_ring_info *rp = &np->tx_rings[i];
4314 kfree(np->tx_rings);
4315 np->tx_rings = NULL;
4456 struct tx_ring_info *tx_rings;
4509 tx_rings = kcalloc(num_tx_rings, sizeof(struct tx_ring_info),
4512 if (!tx_rings)
4517 np->tx_rings = tx_rings;
4522 struct tx_ring_info *rp = &np->tx_rings[i];
4648 val |= (1 << np->tx_rings[i].tx_channel);
5829 struct tx_ring_info *rp = &np->tx_rings[i];
5845 struct tx_ring_info *rp = &np->tx_rings[i];
5928 struct tx_ring_info *rp = &np->tx_rings[i];
6252 struct tx_ring_info *tx_rings;
6257 tx_rings = READ_ONCE(np->tx_rings);
6258 if (!tx_rings)
6262 struct tx_ring_info *rp = &tx_rings[i];
6463 if (np->tx_rings) {
6465 struct tx_ring_info *rp = &np->tx_rings[i];
6619 rp = &np->tx_rings[i];
7802 struct tx_ring_info *rp = &np->tx_rings[i];