Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1245 kib_pages_t *txpgs = tpo->tpo_tx_pages; in kiblnd_map_tx_pool()
1799 if (tpo->tpo_tx_pages != NULL) { in kiblnd_destroy_tx_pool()
1801 kiblnd_free_pages(tpo->tpo_tx_pages); in kiblnd_destroy_tx_pool()
1864 tpo->tpo_tx_pages = NULL; in kiblnd_create_tx_pool()
1867 if (kiblnd_alloc_pages(&tpo->tpo_tx_pages, ps->ps_cpt, npg) != 0) { in kiblnd_create_tx_pool()
Do2iblnd.h279 kib_pages_t *tpo_tx_pages; /* premapped tx msg pages */ member