Searched refs:tx_pages (Results 1 – 3 of 3) sorted by relevance
1943 if (tx->tx_pages != NULL) in kiblnd_destroy_tx_pool()1944 LIBCFS_FREE(tx->tx_pages, in kiblnd_destroy_tx_pool()1946 sizeof(*tx->tx_pages)); in kiblnd_destroy_tx_pool()2020 LIBCFS_CPT_ALLOC(tx->tx_pages, in kiblnd_create_tx_pool()2022 LNET_MAX_IOV * sizeof(*tx->tx_pages)); in kiblnd_create_tx_pool()2023 if (tx->tx_pages == NULL) in kiblnd_create_tx_pool()
550 __u64 *tx_pages; /* rdma phys page addrs */ member
554 __u64 *pages = tx->tx_pages; in kiblnd_fmr_map_tx()