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

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1233 ibd_swqe_t *tx_wqes; member in struct:ibd_rc_chan_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1925 chan->tx_wqes = kmem_zalloc(chan->scq_size *
1927 swqe = chan->tx_wqes;
1974 if (chan->tx_wqes != NULL) {
1975 kmem_free(chan->tx_wqes, chan->scq_size *
1977 chan->tx_wqes = NULL;
H A Dibd.c853 ibd_rc_chan_s::tx_wqes

Completed in 86 milliseconds