Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmr.c1607 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_ib_dereg_mr()
1609 mr->sig->psv_wire.psv_idx); in mlx5_ib_dereg_mr()
1776 mr->sig->psv_wire.psv_idx = psv_index[1]; in mlx5_alloc_integrity_descs()
1826 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_alloc_integrity_descs()
1828 mr->sig->psv_wire.psv_idx); in mlx5_alloc_integrity_descs()
Dwr.c405 basic->w_bfs_psv = cpu_to_be32(msig->psv_wire.psv_idx); in mlx5_set_bsf()
920 &sig_attrs->wire, mr->sig->psv_wire.psv_idx, in handle_reg_mr_integrity()
/linux-6.1.9/include/linux/mlx5/
Ddriver.h363 struct mlx5_core_psv psv_wire; member