Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1243 kib_pages_t *txpgs = tpo->tpo_tx_pages; in kiblnd_map_tx_pool()
1931 if (tpo->tpo_tx_pages != NULL) { in kiblnd_destroy_tx_pool()
1933 kiblnd_free_pages(tpo->tpo_tx_pages); in kiblnd_destroy_tx_pool()
1996 tpo->tpo_tx_pages = NULL; in kiblnd_create_tx_pool()
1999 if (kiblnd_alloc_pages(&tpo->tpo_tx_pages, ps->ps_cpt, npg) != 0) { in kiblnd_create_tx_pool()
Do2iblnd.h289 kib_pages_t *tpo_tx_pages; /* premapped tx msg pages */ member