Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1625 sol_ucma_chan_t *chan, *req_chan; local
1682 req_chan = ucma_alloc_chan(file, &ucma_create_id);
1683 if (req_chan == NULL) {
1693 req_chan->chan_rdma_id = idp;
1694 mutex_enter(&req_chan->chan_mutex);
1695 idp->context = req_chan;
1696 mutex_exit(&req_chan->chan_mutex);
1697 chan = req_chan;