Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1924 chan->tx_wqes = kmem_zalloc(chan->scq_size * in ibd_rc_init_txlist()
1926 swqe = chan->tx_wqes; in ibd_rc_init_txlist()
1973 if (chan->tx_wqes != NULL) { in ibd_rc_fini_txlist()
1974 kmem_free(chan->tx_wqes, chan->scq_size * in ibd_rc_fini_txlist()
1976 chan->tx_wqes = NULL; in ibd_rc_fini_txlist()
H A Dibd.c853 ibd_rc_chan_s::tx_wqes in _NOTE()
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1233 ibd_swqe_t *tx_wqes; member