Searched refs:ring_drain_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_mp_ring.h | 37 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 D | t4_mp_ring.c | 258 mp_ring_alloc(struct mp_ring **pr, int size, void *cookie, ring_drain_t drain, in mp_ring_alloc()
|