Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1885 chan->tx_mr_bufs = kmem_zalloc(mem_attr.mr_len, KM_SLEEP); in ibd_rc_alloc_tx_copybufs()
1890 mem_attr.mr_vaddr = (uint64_t)(uintptr_t)chan->tx_mr_bufs; in ibd_rc_alloc_tx_copybufs()
1898 kmem_free(chan->tx_mr_bufs, mem_attr.mr_len); in ibd_rc_alloc_tx_copybufs()
1899 chan->tx_mr_bufs = NULL; in ibd_rc_alloc_tx_copybufs()
1937 (chan->tx_mr_bufs + i * state->id_rc_tx_copy_thresh); in ibd_rc_init_txlist()
1967 if (chan->tx_mr_bufs != NULL) { in ibd_rc_fini_txlist()
1968 kmem_free(chan->tx_mr_bufs, chan->scq_size * in ibd_rc_fini_txlist()
1970 chan->tx_mr_bufs = NULL; in ibd_rc_fini_txlist()
H A Dibd.c854 ibd_rc_chan_s::tx_mr_bufs in _NOTE()
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1236 uint8_t *tx_mr_bufs; member