Searched refs:tpo_tx_pages (Results 1 – 2 of 2) sorted by relevance
1243 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()
289 kib_pages_t *tpo_tx_pages; /* premapped tx msg pages */ member