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 D | gnix_rma.c | 344 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 D | gnix_atomic.c | 237 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 D | gnix_msg.c | 646 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 D | gnix_nic.h | 376 static inline int _gnix_nic_tx_alloc(struct gnix_nic *nic, in _gnix_nic_tx_alloc() function
|