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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c587 mutex_init(&chan->rx_wqe_list.dl_mutex, NULL, MUTEX_DRIVER, NULL);
759 mutex_destroy(&chan->rx_wqe_list.dl_mutex);
820 mutex_destroy(&chan->rx_wqe_list.dl_mutex);
1261 atomic_inc_32(&chan->rx_wqe_list.dl_cnt);
1264 atomic_dec_32(&chan->rx_wqe_list.dl_cnt);
1411 ASSERT((chan->rx_wqe_list.dl_head == NULL) ||
1412 (chan->rx_wqe_list.dl_bufs_outstanding == 0));
1414 mutex_enter(&chan->rx_wqe_list.dl_mutex);
1422 mutex_exit(&chan->rx_wqe_list.dl_mutex);
1472 rxcnt = atomic_dec_32_nv(&chan->rx_wqe_list
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1255 ibd_list_t rx_wqe_list; /* used by ibt_post_recv */ member in struct:ibd_rc_chan_s

Completed in 69 milliseconds