HomeSort by: relevance | last modified time | path
    Searched refs:malo_rx_ring (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
malovar.h 25 struct malo_rx_ring { struct
83 struct malo_rx_ring sc_rxring;
malo.c 253 static int malo_alloc_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring,
255 static void malo_reset_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring);
256 static void malo_free_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring);
566 malo_alloc_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring, int count)
665 malo_reset_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring)
679 malo_free_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring)

Completed in 13 milliseconds