Searched refs:total_wqe_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 1049 * @total_wqe_bytes receives the total data size of this WQE in bytes (minus 1059 u32 *total_wqe_bytes, bool receive_queue) in pagefault_data_segments() 1070 if (total_wqe_bytes) in pagefault_data_segments() 1071 *total_wqe_bytes = 0; in pagefault_data_segments() 1095 if (!inline_segment && total_wqe_bytes) { in pagefault_data_segments() 1096 *total_wqe_bytes += bcnt - min_t(size_t, bcnt, in pagefault_data_segments() 1272 u32 bytes_mapped, total_wqe_bytes; in mlx5_ib_mr_wqe_pfault_handler() local 1329 &total_wqe_bytes, !sq); in mlx5_ib_mr_wqe_pfault_handler() 1333 if (ret < 0 || total_wqe_bytes > bytes_mapped) in mlx5_ib_mr_wqe_pfault_handler() 1055 pagefault_data_segments(struct mlx5_ib_dev *dev, struct mlx5_pagefault *pfault, void *wqe, void *wqe_end, u32 *bytes_mapped, u32 *total_wqe_bytes, bool receive_queue) pagefault_data_segments() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 974 * @total_wqe_bytes: receives the total data size of this WQE in bytes (minus 985 u32 *total_wqe_bytes, bool receive_queue) in pagefault_data_segments() 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() 981 pagefault_data_segments(struct mlx5_ib_dev *dev, struct mlx5_pagefault *pfault, void *wqe, void *wqe_end, u32 *bytes_mapped, u32 *total_wqe_bytes, bool receive_queue) pagefault_data_segments() argument
|
Completed in 6 milliseconds