Searched refs:tx_pages (Results 1 – 3 of 3) sorted by relevance
1811 if (tx->tx_pages != NULL) in kiblnd_destroy_tx_pool()1812 LIBCFS_FREE(tx->tx_pages, in kiblnd_destroy_tx_pool()1814 sizeof(*tx->tx_pages)); in kiblnd_destroy_tx_pool()1888 LIBCFS_CPT_ALLOC(tx->tx_pages, in kiblnd_create_tx_pool()1890 LNET_MAX_IOV * sizeof(*tx->tx_pages)); in kiblnd_create_tx_pool()1891 if (tx->tx_pages == NULL) in kiblnd_create_tx_pool()
514 __u64 *tx_pages; /* rdma phys page addrs */ member
560 __u64 *pages = tx->tx_pages; in kiblnd_fmr_map_tx()