Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h175 struct mlx5_ib_qp { struct
471 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
473 return container_of(mqp, struct mlx5_ib_qp, mqp); in to_mibqp()
491 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
493 return container_of(ibqp, struct mlx5_ib_qp, ibqp); in to_mqp()
556 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n);
557 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index,
621 void mlx5_ib_mr_pfault_handler(struct mlx5_ib_qp *qp,
623 void mlx5_ib_odp_create_qp(struct mlx5_ib_qp *qp);
628 void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp);
[all …]
Dodp.c161 static void mlx5_ib_page_fault_resume(struct mlx5_ib_qp *qp, in mlx5_ib_page_fault_resume()
185 static int pagefault_single_data_segment(struct mlx5_ib_qp *qp, in pagefault_single_data_segment()
317 static int pagefault_data_segments(struct mlx5_ib_qp *qp, in pagefault_data_segments()
391 struct mlx5_ib_qp *qp, struct mlx5_ib_pfault *pfault, in mlx5_ib_mr_initiator_pfault_handler()
496 struct mlx5_ib_qp *qp, struct mlx5_ib_pfault *pfault, in mlx5_ib_mr_responder_pfault_handler()
536 static void mlx5_ib_mr_wqe_pfault_handler(struct mlx5_ib_qp *qp, in mlx5_ib_mr_wqe_pfault_handler()
607 static void mlx5_ib_mr_rdma_pfault_handler(struct mlx5_ib_qp *qp, in mlx5_ib_mr_rdma_pfault_handler()
675 void mlx5_ib_mr_pfault_handler(struct mlx5_ib_qp *qp, in mlx5_ib_mr_pfault_handler()
702 struct mlx5_ib_qp *qp = container_of(pfault, struct mlx5_ib_qp, in mlx5_ib_qp_pfault_action()
707 void mlx5_ib_qp_disable_pagefaults(struct mlx5_ib_qp *qp) in mlx5_ib_qp_disable_pagefaults()
[all …]
Dqp.c89 static void *get_wqe(struct mlx5_ib_qp *qp, int offset) in get_wqe()
94 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe()
99 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n) in mlx5_get_send_wqe()
121 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index, in mlx5_ib_read_user_wqe()
221 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size()
331 struct mlx5_ib_qp *qp) in calc_sq_size()
375 struct mlx5_ib_qp *qp, in set_user_buf_size()
602 struct mlx5_ib_qp *qp, struct ib_udata *udata, in create_user_qp()
723 static void destroy_qp_user(struct ib_pd *pd, struct mlx5_ib_qp *qp) in destroy_qp_user()
736 struct mlx5_ib_qp *qp, in create_kernel_qp()
[all …]
Dcq.c171 struct mlx5_ib_qp *qp) in handle_responder()
304 static int is_atomic_response(struct mlx5_ib_qp *qp, uint16_t idx) in is_atomic_response()
311 static void *mlx5_get_atomic_laddr(struct mlx5_ib_qp *qp, uint16_t idx) in mlx5_get_atomic_laddr()
323 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomic()
348 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64, in handle_atomics()
403 struct mlx5_ib_qp **cur_qp, in mlx5_poll_one()
549 struct mlx5_ib_qp *cur_qp = NULL; in mlx5_ib_poll_cq()