bnxt_free_slots
bnxt_free_slots(sc, tx->tx_slots, i, tx->tx_ring.ring_size);
bnxt_free_slots(sc, rx->rx_ag_slots, i, rx->rx_ag_ring.ring_size);
bnxt_free_slots(sc, rx->rx_slots, i, rx->rx_ring.ring_size);
bnxt_free_slots(sc, tx->tx_slots, tx->tx_ring.ring_size,
bnxt_free_slots(sc, rx->rx_ag_slots, rx->rx_ag_ring.ring_size,
bnxt_free_slots(sc, rx->rx_slots, rx->rx_ring.ring_size,