Home
last modified time | relevance | path

Searched refs:_gnix_nic_tx_alloc (Results 1 – 4 of 4) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_rma.c344 rc = _gnix_nic_tx_alloc(nic, &txd); in __gnix_rma_send_data_req()
686 rc = _gnix_nic_tx_alloc(nic, &txd); in _gnix_rma_post_irq()
748 rc = _gnix_nic_tx_alloc(nic, &bte_txd); in _gnix_rma_post_rdma_chain_req()
756 rc = _gnix_nic_tx_alloc(nic, &ct_txd); in _gnix_rma_post_rdma_chain_req()
1154 rc = _gnix_nic_tx_alloc(nic, &txd); in _gnix_rma_more_post_req()
1232 rc = _gnix_nic_tx_alloc(nic, &txd); in _gnix_rma_post_req()
H A Dgnix_atomic.c237 rc = _gnix_nic_tx_alloc(nic, &txd); in __gnix_amo_send_cntr_req()
428 rc = _gnix_nic_tx_alloc(nic, &txd); in _gnix_amo_post_req()
H A Dgnix_msg.c646 rc = _gnix_nic_tx_alloc(nic, &txd); in __gnix_rndzv_req_send_fin()
1138 rc = _gnix_nic_tx_alloc(nic, &txd); in __gnix_rndzv_req()
1175 rc = _gnix_nic_tx_alloc(nic, &tail_txd); in __gnix_rndzv_req()
1523 ret = _gnix_nic_tx_alloc(nic, &ct_txd); in __gnix_rndzv_iov_req_build()
1582 ret = _gnix_nic_tx_alloc(nic, &ct_txd); in __gnix_rndzv_iov_req_build()
1639 ret = _gnix_nic_tx_alloc(nic, &txd); in __gnix_rndzv_iov_req_build()
1672 ret = _gnix_nic_tx_alloc(nic, &ct_txd); in __gnix_rndzv_iov_req_build()
2993 rc = _gnix_nic_tx_alloc(nic, &tdesc); in _gnix_send_req()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/include/
H A Dgnix_nic.h376 static inline int _gnix_nic_tx_alloc(struct gnix_nic *nic, in _gnix_nic_tx_alloc() function