Searched defs:next_chan (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c504 sol_cma_chan_t *req_cmid_chan, *next_chan; local
510 chanp->chan_req_cnt; req_cmid_chan = next_chan) {
511 next_chan = AVL_NEXT(
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c307 ibd_rc_chan_t *chan, *pre_chan, *next_chan; local
337 next_chan = state->rc_pass_chan_list.chan_list;
339 while ((chan = next_chan) != NULL) {
340 next_chan = chan->next;

Completed in 54 milliseconds