Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmr.c1556 mr->sig->psv_memory.psv_idx)) in clean_mr()
1558 mr->sig->psv_memory.psv_idx); in clean_mr()
1560 mr->sig->psv_wire.psv_idx)) in clean_mr()
1562 mr->sig->psv_wire.psv_idx); in clean_mr()
1768 mr->sig->psv_memory.psv_idx = psv_index[0]; in mlx5_alloc_integrity_descs()
1769 mr->sig->psv_wire.psv_idx = psv_index[1]; in mlx5_alloc_integrity_descs()
1809 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_memory.psv_idx)) in mlx5_alloc_integrity_descs()
1811 mr->sig->psv_memory.psv_idx); in mlx5_alloc_integrity_descs()
1812 if (mlx5_core_destroy_psv(dev->mdev, mr->sig->psv_wire.psv_idx)) in mlx5_alloc_integrity_descs()
1814 mr->sig->psv_wire.psv_idx); in mlx5_alloc_integrity_descs()
Dqp.c4556 basic->m_bfs_psv = cpu_to_be32(msig->psv_memory.psv_idx); in mlx5_set_bsf()
4581 basic->w_bfs_psv = cpu_to_be32(msig->psv_wire.psv_idx); in mlx5_set_bsf()
4784 u32 psv_idx, void **seg, int *size) in set_psv_wr() argument
4789 psv_seg->psv_num = cpu_to_be32(psv_idx); in set_psv_wr()
5174 mr->sig->psv_memory.psv_idx, in _mlx5_ib_post_send()
5195 mr->sig->psv_wire.psv_idx, in _mlx5_ib_post_send()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h346 u32 psv_idx; member