Searched refs:efe_buf_t (Results 1 – 2 of 2) sorted by relevance
100 static efe_buf_t *efe_buf_alloc(dev_info_t *, size_t);101 static void efe_buf_free(efe_buf_t **);982 efe_buf_t *bp = GETBUF(rp, i); in efe_init_rx_ring()1010 efe_buf_t *bp = GETBUF(rp, i); in efe_init_tx_ring()1181 efe_buf_t *bp = efe_buf_alloc(dip, BUFSZ); in efe_ring_alloc()1204 efe_buf_t *bp = GETBUF(rp, i); in efe_ring_free()1225 efe_buf_t *1228 efe_buf_t *bp; in efe_buf_alloc()1232 bp = kmem_zalloc(sizeof (efe_buf_t), KM_SLEEP); in efe_buf_alloc()1264 efe_buf_free(efe_buf_t **bpp) in efe_buf_free()[all …]
330 #define BUFPSZ(x) (sizeof (efe_buf_t *) * (x))382 } efe_buf_t; typedef390 efe_buf_t **r_bufpp;