Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c1170 u32 *total_wqe_bytes, bool receive_queue) in pagefault_data_segments() argument
1181 if (total_wqe_bytes) in pagefault_data_segments()
1182 *total_wqe_bytes = 0; in pagefault_data_segments()
1207 if (!inline_segment && total_wqe_bytes) { in pagefault_data_segments()
1208 *total_wqe_bytes += bcnt - min_t(size_t, bcnt, in pagefault_data_segments()
1383 u32 bytes_mapped, total_wqe_bytes; in mlx5_ib_mr_wqe_pfault_handler() local
1440 &total_wqe_bytes, !sq); in mlx5_ib_mr_wqe_pfault_handler()
1444 if (ret < 0 || total_wqe_bytes > bytes_mapped) in mlx5_ib_mr_wqe_pfault_handler()