Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1285 chan->rx_rwqes = kmem_zalloc(chan->rcq_size * in ibd_rc_alloc_rx_copybufs()
1298 kmem_free(chan->rx_rwqes, chan->rcq_size * sizeof (ibd_rwqe_t)); in ibd_rc_alloc_rx_copybufs()
1301 chan->rx_rwqes = NULL; in ibd_rc_alloc_rx_copybufs()
1315 ASSERT(chan->rx_rwqes != NULL); in ibd_rc_free_rx_copybufs()
1336 kmem_free(chan->rx_rwqes, chan->rcq_size * sizeof (ibd_rwqe_t)); in ibd_rc_free_rx_copybufs()
1337 chan->rx_rwqes = NULL; in ibd_rc_free_rx_copybufs()
1364 rwqe = chan->rx_rwqes; in ibd_rc_init_rxlist()
1415 rwqe = chan->rx_rwqes; in ibd_rc_fini_rxlist()
H A Dibd.c852 ibd_rc_chan_s::rx_rwqes in _NOTE()
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1261 ibd_rwqe_t *rx_rwqes; /* the chuck of whole rwqes */ member