Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dgsi.c47 static void generate_completions(struct mlx5_ib_qp *mqp) in generate_completions()
73 struct mlx5_ib_qp *mqp = container_of(gsi, struct mlx5_ib_qp, gsi); in handle_single_completion()
88 int mlx5_ib_create_gsi(struct ib_pd *pd, struct mlx5_ib_qp *mqp, in mlx5_ib_create_gsi()
168 int mlx5_ib_destroy_gsi(struct mlx5_ib_qp *mqp) in mlx5_ib_destroy_gsi()
264 struct mlx5_ib_qp *mqp; in setup_qp()
324 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_modify_qp()
349 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_query_qp()
359 static int mlx5_ib_add_outstanding_wr(struct mlx5_ib_qp *mqp, in mlx5_ib_add_outstanding_wr()
391 static int mlx5_ib_gsi_silent_drop(struct mlx5_ib_qp *mqp, struct ib_ud_wr *wr) in mlx5_ib_gsi_silent_drop()
432 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_gsi_post_send()
[all …]
Dwr.h95 int mlx5r_begin_wqe(struct mlx5_ib_qp *qp, void **seg,
99 void mlx5r_finish_wqe(struct mlx5_ib_qp *qp, struct mlx5_wqe_ctrl_seg *ctrl,
102 void mlx5r_ring_db(struct mlx5_ib_qp *qp, unsigned int nreq,
Dwr.c54 static void set_eth_seg(const struct ib_send_wr *wr, struct mlx5_ib_qp *qp, in set_eth_seg()
260 static int set_data_inl_seg(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in set_data_inl_seg()
419 struct mlx5_ib_qp *qp, void **seg, int *size, in set_sig_data_segment()
558 struct mlx5_ib_qp *qp, void **seg, int *size, in set_pi_umr_wr()
635 static int set_reg_wr(struct mlx5_ib_qp *qp, in set_reg_wr()
692 static void set_linv_wr(struct mlx5_ib_qp *qp, void **seg, int *size, in set_linv_wr()
705 static void dump_wqe(struct mlx5_ib_qp *qp, u32 idx, int size_16) in dump_wqe()
724 int mlx5r_begin_wqe(struct mlx5_ib_qp *qp, void **seg, in mlx5r_begin_wqe()
748 static int begin_wqe(struct mlx5_ib_qp *qp, void **seg, in begin_wqe()
758 void mlx5r_finish_wqe(struct mlx5_ib_qp *qp, struct mlx5_wqe_ctrl_seg *ctrl, in mlx5r_finish_wqe()
[all …]
Dqp.c134 static int mlx5_ib_read_kernel_wqe_sq(struct mlx5_ib_qp *qp, int wqe_index, in mlx5_ib_read_kernel_wqe_sq()
169 static int mlx5_ib_read_user_wqe_sq(struct mlx5_ib_qp *qp, int wqe_index, in mlx5_ib_read_user_wqe_sq()
220 int mlx5_ib_read_wqe_sq(struct mlx5_ib_qp *qp, int wqe_index, void *buffer, in mlx5_ib_read_wqe_sq()
236 static int mlx5_ib_read_user_wqe_rq(struct mlx5_ib_qp *qp, int wqe_index, in mlx5_ib_read_user_wqe_rq()
256 int mlx5_ib_read_wqe_rq(struct mlx5_ib_qp *qp, int wqe_index, void *buffer, in mlx5_ib_read_wqe_rq()
353 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size()
511 struct mlx5_ib_qp *qp) in calc_sq_size()
556 struct mlx5_ib_qp *qp, in set_user_buf_size()
861 struct mlx5_ib_qp *qp, struct ib_udata *udata, in _create_user_qp()
986 static void destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, in destroy_qp()
[all …]
Dmlx5_ib.h408 struct mlx5_ib_qp *container_mibqp;
477 struct mlx5_ib_qp { struct
1144 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
1164 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
1166 return container_of(ibqp, struct mlx5_ib_qp, ibqp); in to_mqp()
1239 int mlx5_ib_read_wqe_sq(struct mlx5_ib_qp *qp, int wqe_index, void *buffer,
1241 int mlx5_ib_read_wqe_rq(struct mlx5_ib_qp *qp, int wqe_index, void *buffer,
1411 int mlx5_ib_create_gsi(struct ib_pd *pd, struct mlx5_ib_qp *mqp,
1413 int mlx5_ib_destroy_gsi(struct mlx5_ib_qp *mqp);
Dcq.c167 struct mlx5_ib_qp *qp) in handle_responder()
338 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomics()
391 static void sw_comp(struct mlx5_ib_qp *qp, int num_entries, struct ib_wc *wc, in sw_comp()
427 struct mlx5_ib_qp *qp; in mlx5_ib_poll_sw_comp()
445 struct mlx5_ib_qp **cur_qp, in mlx5_poll_one()
607 struct mlx5_ib_qp *cur_qp = NULL; in mlx5_ib_poll_cq()
Dmem.c105 struct mlx5_ib_qp *qp = to_mqp(ibqp); in post_send_nop()
Dodp.c1056 struct mlx5_ib_qp *qp, void **wqe, void **wqe_end, int wqe_length) in mlx5_ib_mr_initiator_pfault_handler()
1132 struct mlx5_ib_qp *qp, in mlx5_ib_mr_responder_pfault_handler_rq()
1178 static inline struct mlx5_ib_qp *res_to_qp(struct mlx5_core_rsc_common *res) in res_to_qp()
1202 struct mlx5_ib_qp *qp; in mlx5_ib_mr_wqe_pfault_handler()
Dumr.c236 struct mlx5_ib_qp *qp = to_mqp(ibqp); in mlx5r_umr_post_send()
Dfs.c1283 struct mlx5_ib_qp *mqp = to_mqp(qp); in mlx5_ib_create_flow()
1854 struct mlx5_ib_qp *mqp; in get_dests()
Dmain.c2380 struct mlx5_ib_qp *mqp = to_mqp(ibqp); in mlx5_ib_mcg_attach()
2511 struct mlx5_ib_qp *mqp; in mlx5_ib_handle_internal_error()
3747 INIT_RDMA_OBJ_SIZE(ib_qp, mlx5_ib_qp, ibqp),
Ddevx.c632 struct mlx5_ib_qp *qp = to_mqp(uobj->object); in devx_is_valid_obj_id()