Home
last modified time | relevance | path

Searched refs:pd_num (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_pd.c46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc); in mthca_pd_alloc()
47 if (pd->pd_num == -1) in mthca_pd_alloc()
51 err = mthca_mr_alloc_notrans(dev, pd->pd_num, in mthca_pd_alloc()
56 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_alloc()
66 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_free()
H A Dmthca_provider.h81 u32 pd_num; member
H A Dmthca_eq.c518 err = mthca_mr_alloc_phys(dev, dev->driver_pd.pd_num, in mthca_create_eq()
537 eq_context->arbel_pd = cpu_to_be32(dev->driver_pd.pd_num); in mthca_create_eq()
540 eq_context->tavor_pd = cpu_to_be32(dev->driver_pd.pd_num); in mthca_create_eq()
H A Dmthca_allocator.c257 err = mthca_mr_alloc_phys(dev, pd->pd_num, in mthca_buf_alloc()
H A Dmthca_srq.c109 context->state_pd = cpu_to_be32(pd->pd_num); in mthca_tavor_init_srq_context()
144 context->eq_pd = cpu_to_be32(MTHCA_EQ_ASYNC << 24 | pd->pd_num); in mthca_arbel_init_srq_context()
H A Dmthca_av.c199 av->port_pd = cpu_to_be32(pd->pd_num | in mthca_create_ah()
H A Dmthca_qp.c709 qp_context->pd = cpu_to_be32(to_mpd(ibqp->pd)->pd_num); in __mthca_modify_qp()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c854 MLX5_SET(wq, wq, pd, ctx->pd_num); in hws_send_ring_open_sq()
861 err = hws_send_ring_create_sq_rdy(ctx->mdev, ctx->pd_num, sqc_data, in hws_send_ring_open_sq()
1207 u32 pd_num, in hws_send_wqe_fw() argument
1261 attr.pdn = pd_num; in hws_send_wqe_fw()
1302 pdn = ctx->pd_num; in mlx5hws_send_stes_fw()
H A Ddebug.c311 ctx->pd_num, in hws_debug_dump_context_attr()
H A Dpat_arg.c430 ret = mlx5hws_cmd_arg_create(ctx->mdev, multi_arg_log_sz, ctx->pd_num, &id); in mlx5hws_arg_create()
H A Dmatcher.c517 rtc_attr.pd = ctx->pd_num; in hws_matcher_create_rtc()
H A Daction.c1635 rtc_attr.pd = ctx->pd_num; in hws_action_create_dest_match_range_table()