Home
last modified time | relevance | path

Searched refs:ch_esb_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c1126 ch_esb_t *rbp; in pe_small_rbuf_pool_init()
1185 ch_esb_t *rbp; in pe_big_rbuf_pool_init()
1239 ch_esb_t *rbp; in ch_alloc_small_esbbuf()
1241 rbp = (ch_esb_t *)kmem_zalloc(sizeof (ch_esb_t), KM_SLEEP); in ch_alloc_small_esbbuf()
1276 ch_esb_t *rbp; in ch_alloc_big_esbbuf()
1278 rbp = (ch_esb_t *)kmem_zalloc(sizeof (ch_esb_t), KM_SLEEP); in ch_alloc_big_esbbuf()
1311 ch_esb_t *rbp; in pe_rbuf_pool_free()
1454 ch_esb_t *
1457 ch_esb_t *rbp; in ch_get_small_rbuf()
1474 ch_esb_t *
[all …]
H A Dch.h105 } ch_esb_t; typedef
165 ch_esb_t *ch_small_esb_free; /* free list sm esballoc bufs */
166 ch_esb_t *ch_small_owner; /* list small bufs owned by ch_t */
172 ch_esb_t *ch_big_esb_free; /* free list of esballoc entries */
173 ch_esb_t *ch_big_owner; /* list big bufs owned by ch_t */
H A Dsge.c755 ch_esb_t *ch_get_small_rbuf(ch_t *sa); in os_freelist_buffer_alloc()
756 ch_esb_t *ch_get_big_rbuf(ch_t *sa); in os_freelist_buffer_alloc()
757 ch_esb_t *rbp; in os_freelist_buffer_alloc()