Lines Matching refs:bytes_committed

47 	u32			bytes_committed;  member
974 u32 *bytes_committed, in pagefault_single_data_segment() argument
985 io_virt += *bytes_committed; in pagefault_single_data_segment()
986 bcnt -= *bytes_committed; in pagefault_single_data_segment()
1115 *bytes_committed = 0; in pagefault_single_data_segment()
1180 pfault->bytes_committed); in pagefault_data_segments()
1187 if (inline_segment || bcnt <= pfault->bytes_committed) { in pagefault_data_segments()
1188 pfault->bytes_committed -= in pagefault_data_segments()
1190 pfault->bytes_committed); in pagefault_data_segments()
1196 &pfault->bytes_committed, in pagefault_data_segments()
1443 u32 prefetch_len = pfault->bytes_committed; in mlx5_ib_mr_rdma_pfault_handler()
1454 pfault->rdma.rdma_va += pfault->bytes_committed; in mlx5_ib_mr_rdma_pfault_handler()
1455 pfault->rdma.rdma_op_len -= min(pfault->bytes_committed, in mlx5_ib_mr_rdma_pfault_handler()
1457 pfault->bytes_committed = 0; in mlx5_ib_mr_rdma_pfault_handler()
1472 &pfault->bytes_committed, NULL); in mlx5_ib_mr_rdma_pfault_handler()
1495 u32 bytes_committed = 0; in mlx5_ib_mr_rdma_pfault_handler() local
1499 &bytes_committed, NULL); in mlx5_ib_mr_rdma_pfault_handler()
1628 pfault->bytes_committed = in mlx5_ib_eq_pf_process()
1629 be32_to_cpu(pf_eqe->rdma.bytes_committed); in mlx5_ib_eq_pf_process()
1646 eqe->sub_type, pfault->bytes_committed, in mlx5_ib_eq_pf_process()
1657 pfault->bytes_committed = in mlx5_ib_eq_pf_process()
1658 be32_to_cpu(pf_eqe->wqe.bytes_committed); in mlx5_ib_eq_pf_process()
1673 eqe->sub_type, pfault->bytes_committed, in mlx5_ib_eq_pf_process()
1680 pfault->bytes_committed = 0; in mlx5_ib_eq_pf_process()