Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dmr.c1674 mr->sig->psv_memory.psv_idx)) in clean_mr()
1676 mr->sig->psv_memory.psv_idx); in clean_mr()
1678 mr->sig->psv_wire.psv_idx)) in clean_mr()
1680 mr->sig->psv_wire.psv_idx); in clean_mr()
1858 mr->sig->psv_memory.psv_idx = psv_index[0]; in mlx5_alloc_integrity_descs()
1859 mr->sig->psv_wire.psv_idx = psv_index[1]; in mlx5_alloc_integrity_descs()
1906 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_memory.psv_idx)) in mlx5_alloc_integrity_descs()
1908 mr->sig->psv_memory.psv_idx); in mlx5_alloc_integrity_descs()
1909 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_alloc_integrity_descs()
1911 mr->sig->psv_wire.psv_idx); in mlx5_alloc_integrity_descs()
Dwr.c600 basic->m_bfs_psv = cpu_to_be32(msig->psv_memory.psv_idx); in mlx5_set_bsf()
626 basic->w_bfs_psv = cpu_to_be32(msig->psv_wire.psv_idx); in mlx5_set_bsf()
830 u32 psv_idx, void **seg, int *size) in set_psv_wr() argument
835 psv_seg->psv_num = cpu_to_be32(psv_idx); in set_psv_wr()
1135 &sig_attrs->mem, mr->sig->psv_memory.psv_idx, in handle_reg_mr_integrity()
1141 &sig_attrs->wire, mr->sig->psv_wire.psv_idx, in handle_reg_mr_integrity()
/Linux-v5.10/include/linux/mlx5/
Ddriver.h341 u32 psv_idx; member