Home
last modified time | relevance | path

Searched refs:ring_drain_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_mp_ring.h37 typedef u_int (*ring_drain_t)(struct mp_ring *, u_int, u_int, bool *); typedef
46 ring_drain_t drain;
61 int mp_ring_alloc(struct mp_ring **, int, void *, ring_drain_t,
H A Dt4_mp_ring.c258 mp_ring_alloc(struct mp_ring **pr, int size, void *cookie, ring_drain_t drain, in mp_ring_alloc()