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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c436 oce_create_ring(struct oce_softc *, int nitems, int isize, int maxseg);
1986 wq->ring = oce_create_ring(sc, sc->sc_tx_ring_size, NIC_WQE_SIZE, 8);
2093 rq->ring = oce_create_ring(sc, sc->sc_rx_ring_size,
2186 eq->ring = oce_create_ring(sc, EQ_LEN_1024, EQE_SIZE_4, 8);
2265 mq->ring = oce_create_ring(sc, 128, sizeof(struct oce_mbx), 8);
2357 cq->ring = oce_create_ring(sc, nitems, isize, 4);
2507 oce_create_ring(struct oce_softc *sc, int nitems, int isize, int maxsegs) function

Completed in 170 milliseconds