Lines Matching defs:tx_slots
2333 struct mcx_slot *tx_slots;
6839 ms = &tx->tx_slots[slot];
7263 tx->tx_slots = kmem_zalloc(sizeof(*ms) * (1 << MCX_LOG_SQ_SIZE),
7267 ms = &tx->tx_slots[i];
7296 mcx_free_slots(sc, tx->tx_slots, i, (1 << MCX_LOG_SQ_SIZE));
7297 tx->tx_slots = NULL;
7591 if (tx->tx_slots != NULL) {
7592 mcx_free_slots(sc, tx->tx_slots,
7594 tx->tx_slots = NULL;
7845 ms = &tx->tx_slots[idx];