Home
last modified time | relevance | path

Searched refs:flags_pd (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c647 seg->flags_pd = cpu_to_be32(to_mpd(pd)->pdn | MLX5_MKEY_LEN64); in mlx5_ib_get_dma_mr()
999 in->seg.flags_pd = cpu_to_be32(to_mpd(pd)->pdn); in reg_create()
1248 in->seg.flags_pd = cpu_to_be32(to_mpd(pd)->pdn); in mlx5_ib_create_mr()
1254 in->seg.flags_pd = cpu_to_be32(be32_to_cpu(in->seg.flags_pd) | in mlx5_ib_create_mr()
1364 in->seg.flags_pd = cpu_to_be32(to_mpd(pd)->pdn); in mlx5_ib_alloc_fast_reg_mr()
Dqp.c956 in->ctx.flags_pd = cpu_to_be32(to_mpd(pd ? pd : devr->p0)->pdn); in create_qp_common()
958 in->ctx.flags_pd = cpu_to_be32(MLX5_QP_LAT_SENSITIVE); in create_qp_common()
961 in->ctx.flags_pd |= cpu_to_be32(MLX5_QP_ENABLE_SIG); in create_qp_common()
964 in->ctx.flags_pd |= cpu_to_be32(MLX5_QP_BLOCK_MCAST); in create_qp_common()
1660 context->flags_pd = cpu_to_be32(pd ? pd->pdn : to_mpd(dev->devr.p0)->pdn); in __mlx5_ib_modify_qp()
2015 seg->flags_pd = cpu_to_be32(MLX5_MKEY_REMOTE_INVAL); in set_mkey_segment()
2034 seg->flags_pd = cpu_to_be32(to_mpd(umrwr->pd)->pdn); in set_reg_mkey_segment()
2353 seg->flags_pd = cpu_to_be32(MLX5_MKEY_REMOTE_INVAL | sigerr << 26 | in set_sig_mkey_segment()
Dmain.c621 seg->flags_pd = cpu_to_be32(pdn | MLX5_MKEY_LEN64); in alloc_pa_mkey()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c88 mr->pd = be32_to_cpu(in->seg.flags_pd) & 0xffffff; in mlx5_core_create_mkey()
/linux-4.1.27/include/linux/mlx5/
Dqp.h443 __be32 flags_pd; member
Ddevice.h860 __be32 flags_pd; member