Lines Matching defs:rx_slots
195 struct bnxt_slot *rx_slots;
892 rx->rx_slots = mallocarray(sizeof(*bs), rx->rx_ring.ring_size,
894 if (rx->rx_slots == NULL) {
900 bs = &rx->rx_slots[i];
980 bnxt_free_slots(sc, rx->rx_slots, i, rx->rx_ring.ring_size);
981 rx->rx_slots = NULL;
1019 bnxt_free_slots(sc, rx->rx_slots, rx->rx_ring.ring_size,
1021 rx->rx_slots = NULL;
2232 BNXT_DMA_KVA(rx->rx_ring_mem), rx->rx_slots,
2309 bs = &rx->rx_slots[rxlo->opaque];