Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmr.c656 seg->flags_pd = cpu_to_be32(to_mpd(pd)->pdn | MLX5_MKEY_LEN64); in mlx5_ib_get_dma_mr()
1007 in->seg.flags_pd = cpu_to_be32(to_mpd(pd)->pdn); in reg_create()
1319 in->seg.flags_pd = cpu_to_be32(to_mpd(pd)->pdn); in mlx5_ib_alloc_mr()
1335 in->seg.flags_pd = cpu_to_be32(be32_to_cpu(in->seg.flags_pd) | in mlx5_ib_alloc_mr()
Dqp.c947 in->ctx.flags_pd = cpu_to_be32(to_mpd(pd ? pd : devr->p0)->pdn); in create_qp_common()
949 in->ctx.flags_pd = cpu_to_be32(MLX5_QP_LAT_SENSITIVE); in create_qp_common()
952 in->ctx.flags_pd |= cpu_to_be32(MLX5_QP_ENABLE_SIG); in create_qp_common()
955 in->ctx.flags_pd |= cpu_to_be32(MLX5_QP_BLOCK_MCAST); in create_qp_common()
1646 context->flags_pd = cpu_to_be32(pd ? pd->pdn : to_mpd(dev->devr.p0)->pdn); in __mlx5_ib_modify_qp()
2001 seg->flags_pd = cpu_to_be32(MLX5_MKEY_REMOTE_INVAL); in set_reg_mkey_seg()
2026 seg->flags_pd = cpu_to_be32(to_mpd(umrwr->pd)->pdn); in set_reg_mkey_segment()
2338 seg->flags_pd = cpu_to_be32(MLX5_MKEY_REMOTE_INVAL | sigerr << 26 | in set_sig_mkey_segment()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c89 mr->pd = be32_to_cpu(in->seg.flags_pd) & 0xffffff; in mlx5_core_create_mkey()
Den_main.c2091 in->seg.flags_pd = cpu_to_be32(pdn | MLX5_MKEY_LEN64); in mlx5e_create_mkey()
/linux-4.4.14/include/linux/mlx5/
Dqp.h468 __be32 flags_pd; member
Ddevice.h934 __be32 flags_pd; member