Lines Matching refs:pf_flags
1887 u32 pf_flags; member
1958 work->pf_flags, false); in mlx5_ib_prefetch_mr_work()
1969 u32 pf_flags, struct prefetch_mr_work *work, in init_prefetch_work() argument
1975 work->pf_flags = pf_flags; in init_prefetch_work()
1995 u32 pf_flags, struct ib_sge *sg_list, in mlx5_ib_prefetch_sg_list() argument
2009 &bytes_mapped, pf_flags, false); in mlx5_ib_prefetch_sg_list()
2025 u32 pf_flags = 0; in mlx5_ib_advise_mr_prefetch() local
2030 pf_flags |= MLX5_PF_FLAGS_DOWNGRADE; in mlx5_ib_advise_mr_prefetch()
2033 pf_flags |= MLX5_PF_FLAGS_SNAPSHOT; in mlx5_ib_advise_mr_prefetch()
2036 return mlx5_ib_prefetch_sg_list(pd, advice, pf_flags, sg_list, in mlx5_ib_advise_mr_prefetch()
2043 rc = init_prefetch_work(pd, advice, pf_flags, work, sg_list, num_sge); in mlx5_ib_advise_mr_prefetch()