Searched refs:tx_wrq (Results 1 – 3 of 3) sorted by relevance
1951 if (tx->tx_wrq != NULL) in kiblnd_destroy_tx_pool()1952 LIBCFS_FREE(tx->tx_wrq, in kiblnd_destroy_tx_pool()1954 sizeof(*tx->tx_wrq)); in kiblnd_destroy_tx_pool()2034 LIBCFS_CPT_ALLOC(tx->tx_wrq, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_tx_pool()2036 sizeof(*tx->tx_wrq)); in kiblnd_create_tx_pool()2037 if (tx->tx_wrq == NULL) in kiblnd_create_tx_pool()
882 tx->tx_wrq, &bad_wrq); in kiblnd_post_tx_locked()1056 struct ib_send_wr *wrq = &tx->tx_wrq[tx->tx_nwrq]; in kiblnd_init_tx_msg()1092 struct ib_send_wr *wrq = &tx->tx_wrq[0]; in kiblnd_init_rdma()1137 wrq = &tx->tx_wrq[tx->tx_nwrq]; in kiblnd_init_rdma()
545 struct ib_send_wr *tx_wrq; /* send work items... */ member