Lines Matching defs:tx_slots
209 struct bnxt_slot *tx_slots;
927 tx->tx_slots = mallocarray(sizeof(*bs), tx->tx_ring.ring_size,
929 if (tx->tx_slots == NULL) {
935 bs = &tx->tx_slots[i];
970 bnxt_free_slots(sc, tx->tx_slots, i, tx->tx_ring.ring_size);
971 tx->tx_slots = NULL;
1011 bnxt_free_slots(sc, tx->tx_slots, tx->tx_ring.ring_size,
1013 tx->tx_slots = NULL;
1373 bs = &tx->tx_slots[tx->tx_prod];
2374 bs = &tx->tx_slots[tx->tx_cons];