Home
last modified time | relevance | path

Searched refs:tpo_tx_descs (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1205 tx = &tpo->tpo_tx_descs[i]; in kiblnd_unmap_tx_pool()
1267 tx = &tpo->tpo_tx_descs[i]; in kiblnd_map_tx_pool()
1936 if (tpo->tpo_tx_descs == NULL) in kiblnd_destroy_tx_pool()
1940 kib_tx_t *tx = &tpo->tpo_tx_descs[i]; in kiblnd_destroy_tx_pool()
1965 LIBCFS_FREE(tpo->tpo_tx_descs, in kiblnd_destroy_tx_pool()
1995 tpo->tpo_tx_descs = NULL; in kiblnd_create_tx_pool()
2005 LIBCFS_CPT_ALLOC(tpo->tpo_tx_descs, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_tx_pool()
2007 if (tpo->tpo_tx_descs == NULL) { in kiblnd_create_tx_pool()
2013 memset(tpo->tpo_tx_descs, 0, size * sizeof(kib_tx_t)); in kiblnd_create_tx_pool()
2016 kib_tx_t *tx = &tpo->tpo_tx_descs[i]; in kiblnd_create_tx_pool()
Do2iblnd.h288 struct kib_tx *tpo_tx_descs; /* all the tx descriptors */ member