Searched refs:tx_wrq (Results 1 – 3 of 3) sorted by relevance
1819 if (tx->tx_wrq != NULL) in kiblnd_destroy_tx_pool()1820 LIBCFS_FREE(tx->tx_wrq, in kiblnd_destroy_tx_pool()1822 sizeof(*tx->tx_wrq)); in kiblnd_destroy_tx_pool()1902 LIBCFS_CPT_ALLOC(tx->tx_wrq, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_tx_pool()1904 sizeof(*tx->tx_wrq)); in kiblnd_create_tx_pool()1905 if (tx->tx_wrq == NULL) in kiblnd_create_tx_pool()
841 rc = ib_post_send(conn->ibc_cmid->qp, &tx->tx_wrq->wr, &bad_wrq); in kiblnd_post_tx_locked()1015 struct ib_rdma_wr *wrq = &tx->tx_wrq[tx->tx_nwrq]; in kiblnd_init_tx_msg()1051 struct ib_rdma_wr *wrq = &tx->tx_wrq[0], *next; in kiblnd_init_rdma()1096 wrq = &tx->tx_wrq[tx->tx_nwrq]; in kiblnd_init_rdma()
509 struct ib_rdma_wr *tx_wrq; /* send work items... */ member