Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/
H A Dpe.c80 static ch_esb_t *ch_alloc_small_esbbuf(ch_t *sa, uint32_t i);
81 static ch_esb_t *ch_alloc_big_esbbuf(ch_t *sa, uint32_t i);
82 void ch_big_rbuf_recycle(ch_esb_t *rbp);
83 void ch_small_rbuf_recycle(ch_esb_t *rbp);
1126 ch_esb_t *rbp; in pe_small_rbuf_pool_init()
1185 ch_esb_t *rbp; in pe_big_rbuf_pool_init()
1236 static ch_esb_t *
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()
1243 return ((ch_esb_t *)0); in ch_alloc_small_esbbuf()
[all …]
H A Dch.h107 } ch_esb_t; typedef
167 ch_esb_t *ch_small_esb_free; /* free list sm esballoc bufs */
168 ch_esb_t *ch_small_owner; /* list small bufs owned by ch_t */
174 ch_esb_t *ch_big_esb_free; /* free list of esballoc entries */
175 ch_esb_t *ch_big_owner; /* list big bufs owned by ch_t */
H A Dsge.c756 ch_esb_t *ch_get_small_rbuf(ch_t *sa); in os_freelist_buffer_alloc()
757 ch_esb_t *ch_get_big_rbuf(ch_t *sa); in os_freelist_buffer_alloc()
758 ch_esb_t *rbp; in os_freelist_buffer_alloc()