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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c316 static int create_ring(pcap_t *handle, int *status);
3160 ret = create_ring(handle, status);
3172 * fail. create_ring() has set *status.
3274 create_ring(pcap_t *handle, int *status) function
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.h1548 static int create_ring(softc_t *, struct desc_ring *, int);
1560 static int create_ring(softc_t *, struct desc_ring *, int);
H A Dif_lmc.c2607 create_ring(softc_t *sc, struct desc_ring *ring, int num_descs) function
3332 create_ring(softc_t *sc, struct desc_ring *ring, int num_descs) function
5435 if ((error = create_ring(sc, &sc->txring, NUM_TX_DESCS))) return error;
5437 if ((error = create_ring(sc, &sc->rxring, num_rx_descs))) return error;

Completed in 190 milliseconds