Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c985 u32 *total_wqe_bytes, bool receive_queue) in pagefault_data_segments() argument
996 if (total_wqe_bytes) in pagefault_data_segments()
997 *total_wqe_bytes = 0; in pagefault_data_segments()
1022 if (!inline_segment && total_wqe_bytes) { in pagefault_data_segments()
1023 *total_wqe_bytes += bcnt - min_t(size_t, bcnt, in pagefault_data_segments()
1199 u32 bytes_mapped, total_wqe_bytes; in mlx5_ib_mr_wqe_pfault_handler() local
1256 &total_wqe_bytes, !sq); in mlx5_ib_mr_wqe_pfault_handler()
1260 if (ret < 0 || total_wqe_bytes > bytes_mapped) in mlx5_ib_mr_wqe_pfault_handler()