Lines Matching defs:slots
76 struct bcm4908_enet_dma_ring_slot *slots;
184 ring->slots = kcalloc(ring->length, sizeof(*ring->slots), GFP_KERNEL);
185 if (!ring->slots)
206 kfree(rx_ring->slots);
211 kfree(tx_ring->slots);
269 struct bcm4908_enet_dma_ring_slot *slot = &enet->rx_ring.slots[idx];
327 slot = &rx_ring->slots[i];
553 slot = &ring->slots[ring->write_idx];
601 slot = enet->rx_ring.slots[enet->rx_ring.read_idx];
665 slot = &tx_ring->slots[tx_ring->read_idx];