Searched refs:rx_rwqes (Results 1 – 3 of 3) sorted by relevance
1285 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()
852 ibd_rc_chan_s::rx_rwqes in _NOTE()
1261 ibd_rwqe_t *rx_rwqes; /* the chuck of whole rwqes */ member