Home
last modified time | relevance | path

Searched refs:tx_buf_pool (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/mrail/src/
H A Dmrail_ep.c327 struct mrail_tx_buf *tx_buf = ofi_buf_alloc(mrail_ep->tx_buf_pool); in mrail_get_tx_buf()
724 if (mrail_ep->tx_buf_pool) in mrail_ep_free_bufs()
725 ofi_bufpool_destroy(mrail_ep->tx_buf_pool); in mrail_ep_free_bufs()
758 ret = ofi_bufpool_create_attr(&attr, &mrail_ep->tx_buf_pool); in mrail_ep_alloc_bufs()
759 if (!mrail_ep->tx_buf_pool) in mrail_ep_alloc_bufs()
H A Dmrail.h285 struct ofi_bufpool *tx_buf_pool; member