Lines Matching defs:rx_slots
2316 struct mcx_slot *rx_slots;
6755 ms = &rx->rx_slots[slot];
6945 ms = &rx->rx_slots[slot];
7247 rx->rx_slots = kmem_zalloc(sizeof(*ms) * (1 << MCX_LOG_RQ_SIZE),
7251 ms = &rx->rx_slots[i];
7301 mcx_free_slots(sc, rx->rx_slots, i, (1 << MCX_LOG_RQ_SIZE));
7302 rx->rx_slots = NULL;
7596 if (rx->rx_slots != NULL) {
7597 mcx_free_slots(sc, rx->rx_slots,
7599 rx->rx_slots = NULL;