Home
last modified time | relevance | path

Searched refs:tx_pages (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1943 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()
Do2iblnd.h550 __u64 *tx_pages; /* rdma phys page addrs */ member
Do2iblnd_cb.c554 __u64 *pages = tx->tx_pages; in kiblnd_fmr_map_tx()