Searched refs:bnxt_free_slots (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_bnxt.c739 bnxt_free_slots(struct bnxt_softc *sc, struct bnxt_slot *slots, int allocated, function
968 bnxt_free_slots(sc, tx->tx_slots, i, tx->tx_ring.ring_size);
973 bnxt_free_slots(sc, rx->rx_ag_slots, i, rx->rx_ag_ring.ring_size);
978 bnxt_free_slots(sc, rx->rx_slots, i, rx->rx_ring.ring_size);
1009 bnxt_free_slots(sc, tx->tx_slots, tx->tx_ring.ring_size,
1013 bnxt_free_slots(sc, rx->rx_ag_slots, rx->rx_ag_ring.ring_size,
1017 bnxt_free_slots(sc, rx->rx_slots, rx->rx_ring.ring_size,

Completed in 98 milliseconds