Searched refs:ch_small_esb_free (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c1147 sa->ch_small_esb_free = NULL;
1155 rbp->cs_next = sa->ch_small_esb_free;
1156 sa->ch_small_esb_free = rbp;
1325 while ((rbp = sa->ch_small_esb_free) != NULL) {
1327 sa->ch_small_esb_free = rbp->cs_next;
1397 rbp->cs_next = sa->ch_small_esb_free;
1398 sa->ch_small_esb_free = rbp;
1460 rbp = sa->ch_small_esb_free;
1462 sa->ch_small_esb_free = rbp->cs_next;
H A Dch.h167 ch_esb_t *ch_small_esb_free; /* free list sm esballoc bufs */ member in struct:ch
H A Dsge.c772 rbp->cs_next = sa->ch_small_esb_free;
773 sa->ch_small_esb_free = rbp;

Completed in 52 milliseconds