Lines Matching defs:tx_rings
3610 index = (rp - np->tx_rings);
3757 struct tx_ring_info *rp = &np->tx_rings[i];
4109 struct tx_ring_info *rp = &np->tx_rings[i];
4187 struct tx_ring_info *rp = &np->tx_rings[i];
4327 if (np->tx_rings) {
4329 struct tx_ring_info *rp = &np->tx_rings[i];
4333 kfree(np->tx_rings);
4334 np->tx_rings = NULL;
4475 struct tx_ring_info *tx_rings;
4528 tx_rings = kcalloc(num_tx_rings, sizeof(struct tx_ring_info),
4531 if (!tx_rings)
4536 np->tx_rings = tx_rings;
4541 struct tx_ring_info *rp = &np->tx_rings[i];
4667 val |= (1 << np->tx_rings[i].tx_channel);
5848 struct tx_ring_info *rp = &np->tx_rings[i];
5864 struct tx_ring_info *rp = &np->tx_rings[i];
5947 struct tx_ring_info *rp = &np->tx_rings[i];
6271 struct tx_ring_info *tx_rings;
6276 tx_rings = READ_ONCE(np->tx_rings);
6277 if (!tx_rings)
6281 struct tx_ring_info *rp = &tx_rings[i];
6481 if (np->tx_rings) {
6483 struct tx_ring_info *rp = &np->tx_rings[i];
6637 rp = &np->tx_rings[i];
7820 struct tx_ring_info *rp = &np->tx_rings[i];