Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c1904 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_ib_dereg_mr()
1906 mr->sig->psv_wire.psv_idx); in mlx5_ib_dereg_mr()
2061 mr->sig->psv_wire.psv_idx = psv_index[1]; in mlx5_alloc_integrity_descs()
2111 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_alloc_integrity_descs()
2113 mr->sig->psv_wire.psv_idx); in mlx5_alloc_integrity_descs()
H A 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/include/linux/mlx5/
H A Ddriver.h376 struct mlx5_core_psv psv_wire; member