Searched refs:tpo_tx_descs (Results 1 – 2 of 2) sorted by relevance
1207 tx = &tpo->tpo_tx_descs[i]; in kiblnd_unmap_tx_pool()1269 tx = &tpo->tpo_tx_descs[i]; in kiblnd_map_tx_pool()1804 if (tpo->tpo_tx_descs == NULL) in kiblnd_destroy_tx_pool()1808 kib_tx_t *tx = &tpo->tpo_tx_descs[i]; in kiblnd_destroy_tx_pool()1833 LIBCFS_FREE(tpo->tpo_tx_descs, in kiblnd_destroy_tx_pool()1863 tpo->tpo_tx_descs = NULL; in kiblnd_create_tx_pool()1873 LIBCFS_CPT_ALLOC(tpo->tpo_tx_descs, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_tx_pool()1875 if (tpo->tpo_tx_descs == NULL) { in kiblnd_create_tx_pool()1881 memset(tpo->tpo_tx_descs, 0, size * sizeof(kib_tx_t)); in kiblnd_create_tx_pool()1884 kib_tx_t *tx = &tpo->tpo_tx_descs[i]; in kiblnd_create_tx_pool()
278 struct kib_tx *tpo_tx_descs; /* all the tx descriptors */ member