Searched refs:ch_small_owner (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c1145 sa->ch_small_owner = NULL;
1161 rbp->cs_owner = sa->ch_small_owner;
1162 sa->ch_small_owner = rbp;
1167 sa->ch_small_owner = NULL;
1318 while (sa->ch_small_owner) {
1319 rbp = sa->ch_small_owner;
1320 sa->ch_small_owner = rbp->cs_owner;
H A Dch.h168 ch_esb_t *ch_small_owner; /* list small bufs owned by ch_t */ member in struct:ch

Completed in 59 milliseconds