| /freebsd-13-stable/contrib/ofed/libmlx4/ |
| HD | qp.c | 59 static void *get_recv_wqe(struct mlx4_qp *qp, int n) in get_recv_wqe() 64 static void *get_send_wqe(struct mlx4_qp *qp, int n) in get_send_wqe() 74 static void stamp_send_wqe(struct mlx4_qp *qp, int n) in stamp_send_wqe() 84 void mlx4_init_qp_indices(struct mlx4_qp *qp) in mlx4_init_qp_indices() 92 void mlx4_qp_init_sq_ownership(struct mlx4_qp *qp) in mlx4_qp_init_sq_ownership() 217 struct mlx4_qp *qp = to_mqp(ibqp); in mlx4_post_send() local 515 struct mlx4_qp *qp = to_mqp(ibqp); in mlx4_post_recv() local 600 struct mlx4_qp *qp) in mlx4_calc_sq_wqe_size() 654 enum ibv_qp_type type, struct mlx4_qp *qp) in mlx4_alloc_qp_buf() 704 void mlx4_set_sq_sizes(struct mlx4_qp *qp, struct ibv_qp_cap *cap, in mlx4_set_sq_sizes() [all …]
|
| HD | verbs.c | 351 int mlx4_bind_mw(struct ibv_qp *qp, struct ibv_mw *mw, in mlx4_bind_mw() 749 struct mlx4_qp *qp) in mlx4_cmd_create_qp_ex() 789 struct mlx4_qp *qp; in mlx4_create_qp_ex() local 922 struct ibv_qp *qp; in mlx4_create_qp() local 937 struct mlx4_qp *qp; in mlx4_open_qp() local 961 struct mlx4_qp *qp = to_mqp(ibqp); in mlx4_query_qp() local 977 int mlx4_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, in mlx4_modify_qp() 1042 static void mlx4_lock_cqs(struct ibv_qp *qp) in mlx4_lock_cqs() 1063 static void mlx4_unlock_cqs(struct ibv_qp *qp) in mlx4_unlock_cqs() 1087 struct mlx4_qp *qp = to_mqp(ibqp); in mlx4_destroy_qp() local
|
| /freebsd-13-stable/contrib/nvi/common/ |
| HD | seq.c | 38 SEQ *lastqp, *qp; in seq_set() local 130 SEQ *qp, *pre_qp = NULL; in seq_delete() local 160 seq_free(SEQ *qp) in seq_free() 181 SEQ *lqp = NULL, *qp; in seq_find() local 259 SEQ *qp; in seq_close() local 278 SEQ *qp; in seq_dump() local 322 SEQ *qp; in seq_save() local
|
| /freebsd-13-stable/sys/crypto/ccp/ |
| HD | ccp_hardware.c | 123 ccp_queue_write_tail(struct ccp_queue *qp) in ccp_queue_write_tail() 134 ccp_queue_lsb_entry(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_entry() 144 ccp_queue_lsb_address(struct ccp_queue *qp, unsigned lsb_entry) in ccp_queue_lsb_address() 213 struct ccp_queue *qp; in ccp_hw_attach_queue() local 319 struct ccp_queue *qp; in ccp_hw_detach_queue() local 455 ccp_intr_handle_error(struct ccp_queue *qp, const struct ccp_desc *desc) in ccp_intr_handle_error() 538 ccp_intr_run_completions(struct ccp_queue *qp, uint32_t ints) in ccp_intr_run_completions() 845 ccp_passthrough(struct ccp_queue *qp, bus_addr_t dst, in ccp_passthrough() 885 ccp_passthrough_sgl(struct ccp_queue *qp, bus_addr_t lsb_addr, bool tolsb, in ccp_passthrough_sgl() 1038 ccp_sha_single_desc(struct ccp_queue *qp, const struct SHA_Defn *defn, in ccp_sha_single_desc() [all …]
|
| HD | ccp.c | 140 struct ccp_queue *qp; in ccp_initialize_queues() local 160 struct ccp_queue *qp; in ccp_free_queues() local 531 struct ccp_queue *qp; in ccp_process() local 648 ccp_queue_reserve_space(struct ccp_queue *qp, unsigned n, int mflags) in ccp_queue_reserve_space() 669 ccp_queue_acquire_reserve(struct ccp_queue *qp, unsigned n, int mflags) in ccp_queue_acquire_reserve() 682 ccp_queue_release(struct ccp_queue *qp) in ccp_queue_release() 694 ccp_queue_abort(struct ccp_queue *qp) in ccp_queue_abort() 736 db_show_ccp_qp(struct ccp_queue *qp) in db_show_ccp_qp()
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_qp.c | 86 struct mlx4_ib_qp qp; member 130 static int is_tunnel_qp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_tunnel_qp() 140 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_sqp() 168 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_qp0() 191 static void *get_wqe(struct mlx4_ib_qp *qp, int offset) in get_wqe() 196 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() 201 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() 215 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) in stamp_send_wqe() 245 static void post_nop_wqe(struct mlx4_ib_qp *qp, int n, int size) in post_nop_wqe() 283 static inline unsigned pad_wraparound(struct mlx4_ib_qp *qp, int ind) in pad_wraparound() [all …]
|
| /freebsd-13-stable/sys/dev/ntb/ |
| HD | ntb_transport.c | 108 struct ntb_transport_qp *qp; member 265 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument 348 int rc, i, db_count, spad_count, qp, qpu, qpo, qpt; in ntb_transport_attach() local 598 struct ntb_transport_qp *qp; in ntb_transport_init_queue() local 658 ntb_transport_free_queue(struct ntb_transport_qp *qp) in ntb_transport_free_queue() 707 struct ntb_transport_qp *qp; in ntb_transport_create_queue() local 746 ntb_transport_link_up(struct ntb_transport_qp *qp) in ntb_transport_link_up() 774 ntb_transport_tx_enqueue(struct ntb_transport_qp *qp, void *cb, void *data, in ntb_transport_tx_enqueue() 814 struct ntb_transport_qp *qp = entry->qp; in ntb_tx_copy_callback() local 863 ntb_async_tx(struct ntb_transport_qp *qp, struct ntb_queue_entry *entry) in ntb_async_tx() [all …]
|
| /freebsd-13-stable/contrib/ofed/libmlx5/ |
| HD | qp.c | 61 static void *get_recv_wqe(struct mlx5_qp *qp, int n) in get_recv_wqe() 93 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_recv_wqe() 105 int mlx5_copy_to_send_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_send_wqe() 153 void *mlx5_get_send_wqe(struct mlx5_qp *qp, int n) in mlx5_get_send_wqe() 164 void mlx5_init_qp_indices(struct mlx5_qp *qp) in mlx5_init_qp_indices() 239 unsigned bytecnt, struct mlx5_qp *qp) in mlx5_bf_copy() 269 static int set_data_inl_seg(struct mlx5_qp *qp, struct ibv_send_wr *wr, in set_data_inl_seg() 319 static void dump_wqe(FILE *fp, int idx, int size_16, struct mlx5_qp *qp) in dump_wqe() 340 void *mlx5_get_atomic_laddr(struct mlx5_qp *qp, uint16_t idx, int *byte_count) in mlx5_get_atomic_laddr() 421 static void set_umr_data_seg(struct mlx5_qp *qp, enum ibv_mw_type type, in set_umr_data_seg() [all …]
|
| HD | verbs.c | 808 struct mlx5_qp *qp) in mlx5_calc_send_wqe() 845 struct mlx5_qp *qp) in mlx5_calc_rcv_wqe() 868 struct mlx5_qp *qp) in mlx5_calc_sq_size() 951 struct mlx5_qp *qp) in mlx5_calc_rq_size() 992 struct mlx5_qp *qp) in mlx5_calc_wq_size() 1014 static void map_uuar(struct ibv_context *context, struct mlx5_qp *qp, in map_uuar() 1035 struct mlx5_qp *qp, in mlx5_alloc_qp_buf() 1132 static void mlx5_free_qp_buf(struct mlx5_qp *qp) in mlx5_free_qp_buf() 1156 struct mlx5_qp *qp) in mlx5_cmd_create_rss_qp() 1188 struct mlx5_qp *qp, in mlx5_cmd_create_qp_ex() [all …]
|
| /freebsd-13-stable/sys/dev/irdma/ |
| HD | irdma_uk.c | 92 static inline u64 irdma_nop_hdr(struct irdma_qp_uk *qp){ in irdma_nop_hdr() 103 irdma_nop_1(struct irdma_qp_uk *qp) in irdma_nop_1() 134 irdma_clr_wqes(struct irdma_qp_uk *qp, u32 qp_wqe_idx) in irdma_clr_wqes() 154 irdma_uk_qp_post_wr(struct irdma_qp_uk *qp) in irdma_uk_qp_post_wr() 194 irdma_qp_ring_push_db(struct irdma_qp_uk *qp, u32 wqe_idx) in irdma_qp_ring_push_db() 204 irdma_qp_push_wqe(struct irdma_qp_uk *qp, __le64 * wqe, u16 quanta, in irdma_qp_push_wqe() 230 irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx, in irdma_qp_get_next_send_wqe() 293 irdma_qp_get_next_recv_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx) in irdma_qp_get_next_recv_wqe() 320 irdma_uk_rdma_write(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_write() 418 irdma_uk_rdma_read(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_read() [all …]
|
| HD | irdma_puda.c | 122 struct irdma_sc_qp *qp = &rsrc->qp; in irdma_puda_post_recvbuf() local 231 static __le64 * irdma_puda_get_next_send_wqe(struct irdma_qp_uk *qp, in irdma_puda_get_next_send_wqe() 366 struct irdma_qp_uk *qp; in irdma_puda_poll_cmpl() local 464 irdma_puda_send(struct irdma_sc_qp *qp, struct irdma_puda_send_info *info) in irdma_puda_send() 607 struct irdma_sc_qp *qp = &rsrc->qp; in irdma_puda_qp_setctx() local 645 irdma_puda_qp_wqe(struct irdma_sc_dev *dev, struct irdma_sc_qp *qp) in irdma_puda_qp_wqe() 686 struct irdma_sc_qp *qp = &rsrc->qp; in irdma_puda_qp_create() local 1218 irdma_ilq_putback_rcvbuf(struct irdma_sc_qp *qp, in irdma_ilq_putback_rcvbuf() 1639 irdma_ieq_process_fpdus(struct irdma_sc_qp *qp, in irdma_ieq_process_fpdus() 1683 irdma_ieq_create_ah(struct irdma_sc_qp *qp, struct irdma_puda_buf *buf) in irdma_ieq_create_ah() [all …]
|
| HD | irdma_utils.c | 803 irdma_cqp_qp_suspend_resume(struct irdma_sc_qp *qp, u8 op) in irdma_cqp_qp_suspend_resume() 836 irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term, in irdma_term_modify_qp() 851 irdma_terminate_done(struct irdma_sc_qp *qp, int timeout_occurred) in irdma_terminate_done() 880 struct irdma_sc_qp *qp = &iwqp->sc_qp; in irdma_terminate_timeout() local 891 irdma_terminate_start_timer(struct irdma_sc_qp *qp) in irdma_terminate_start_timer() 908 irdma_terminate_del_timer(struct irdma_sc_qp *qp) in irdma_terminate_del_timer() 1025 irdma_cqp_qp_create_cmd(struct irdma_sc_dev *dev, struct irdma_sc_qp *qp) in irdma_cqp_qp_create_cmd() 1066 struct irdma_sc_qp *qp = &iwqp->sc_qp; in irdma_dealloc_push_page() local 1231 irdma_cqp_qp_destroy_cmd(struct irdma_sc_dev *dev, struct irdma_sc_qp *qp) in irdma_cqp_qp_destroy_cmd() 1263 irdma_ieq_mpa_crc_ae(struct irdma_sc_dev *dev, struct irdma_sc_qp *qp) in irdma_ieq_mpa_crc_ae() [all …]
|
| HD | irdma_ctrl.c | 63 struct irdma_sc_qp *qp) in irdma_get_qp_from_list() 91 struct irdma_sc_qp *qp = NULL; in irdma_sc_suspend_resume_qps() local 175 irdma_qp_rem_qos(struct irdma_sc_qp *qp) in irdma_qp_rem_qos() 196 irdma_qp_add_qos(struct irdma_sc_qp *qp) in irdma_qp_add_qos() 432 irdma_sc_qp_init(struct irdma_sc_qp *qp, struct irdma_qp_init_info *info) in irdma_sc_qp_init() 509 irdma_sc_qp_create(struct irdma_sc_qp *qp, struct irdma_create_qp_info *info, in irdma_sc_qp_create() 562 irdma_sc_qp_modify(struct irdma_sc_qp *qp, struct irdma_modify_qp_info *info, in irdma_sc_qp_modify() 634 irdma_sc_qp_destroy(struct irdma_sc_qp *qp, u64 scratch, in irdma_sc_qp_destroy() 702 irdma_sc_qp_setctx_roce(struct irdma_sc_qp *qp, __le64 * qp_ctx, in irdma_sc_qp_setctx_roce() 939 irdma_sc_qp_setctx(struct irdma_sc_qp *qp, __le64 * qp_ctx, in irdma_sc_qp_setctx() [all …]
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxr/ |
| HD | qlnxr_cm.c | 41 struct qlnxr_qp *qp, in qlnxr_store_gsi_qp_cq() 67 struct qlnxr_qp *qp = dev->gsi_qp; in qlnxr_ll2_complete_tx_packet() local 97 struct qlnxr_qp *qp = NULL; in qlnxr_ll2_complete_rx_packet() local 318 struct qlnxr_qp *qp) in qlnxr_ll2_start() 393 struct qlnxr_qp *qp) in qlnxr_create_gsi_qp() 485 struct qlnxr_qp *qp, in qlnxr_gsi_build_header() 626 struct qlnxr_qp *qp, const struct ib_send_wr *swr, in qlnxr_gsi_build_packet() 695 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp); in qlnxr_gsi_post_send() local 769 struct qlnxr_qp *qp = get_qlnxr_qp(ibqp); in qlnxr_gsi_post_recv() local 829 struct qlnxr_qp *qp = dev->gsi_qp; in qlnxr_gsi_poll_cq() local
|
| /freebsd-13-stable/contrib/ofed/libirdma/ |
| HD | irdma_uk.c | 92 static inline u64 irdma_nop_hdr(struct irdma_qp_uk *qp){ in irdma_nop_hdr() 103 irdma_nop_1(struct irdma_qp_uk *qp) in irdma_nop_1() 134 irdma_clr_wqes(struct irdma_qp_uk *qp, u32 qp_wqe_idx) in irdma_clr_wqes() 154 irdma_uk_qp_post_wr(struct irdma_qp_uk *qp) in irdma_uk_qp_post_wr() 194 irdma_qp_ring_push_db(struct irdma_qp_uk *qp, u32 wqe_idx) in irdma_qp_ring_push_db() 204 irdma_qp_push_wqe(struct irdma_qp_uk *qp, __le64 * wqe, u16 quanta, in irdma_qp_push_wqe() 230 irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx, in irdma_qp_get_next_send_wqe() 293 irdma_qp_get_next_recv_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx) in irdma_qp_get_next_recv_wqe() 320 irdma_uk_rdma_write(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_write() 418 irdma_uk_rdma_read(struct irdma_qp_uk *qp, struct irdma_post_sq_info *info, in irdma_uk_rdma_read() [all …]
|
| HD | irdma_uverbs.c | 288 irdma_ubind_mw(struct ibv_qp *qp, struct ibv_mw *mw, in irdma_ubind_mw() 751 struct irdma_qp_uk *qp; in irdma_process_cqe() local 1050 struct irdma_qp_uk *qp; in irdma_wc_read_wc_flags() local 1107 struct irdma_qp_uk *qp; in irdma_wc_read_src_qp() local 1489 irdma_uquery_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask, in irdma_uquery_qp() 1505 irdma_umodify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, int attr_mask) in irdma_umodify_qp() 1560 irdma_issue_flush(struct ibv_qp *qp, bool sq_flush, bool rq_flush) in irdma_issue_flush() 1584 irdma_clean_cqes(struct irdma_qp_uk *qp, struct irdma_ucq *iwucq) in irdma_clean_cqes() 1602 irdma_udestroy_qp(struct ibv_qp *qp) in irdma_udestroy_qp() 1950 irdma_uattach_mcast(struct ibv_qp *qp, const union ibv_gid *gid, in irdma_uattach_mcast() [all …]
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_verbs.c | 710 struct ib_qp *qp = context; in __ib_shared_qp_event_handler() local 720 static void __ib_insert_xrcd_qp(struct ib_xrcd *xrcd, struct ib_qp *qp) in __ib_insert_xrcd_qp() 731 struct ib_qp *qp; in __ib_open_qp() local 756 struct ib_qp *qp, *real_qp; in ib_open_qp() local 775 static struct ib_qp *ib_create_xrc_qp(struct ib_qp *qp, in ib_create_xrc_qp() 802 struct ib_qp *qp; in ib_create_qp() local 1245 int ib_modify_qp(struct ib_qp *qp, in ib_modify_qp() 1261 int ib_query_qp(struct ib_qp *qp, in ib_query_qp() 1272 int ib_close_qp(struct ib_qp *qp) in ib_close_qp() 1292 static int __ib_destroy_shared_qp(struct ib_qp *qp) in __ib_destroy_shared_qp() [all …]
|
| HD | ib_iwcm.c | 248 static int iwcm_modify_qp_err(struct ib_qp *qp) in iwcm_modify_qp_err() 263 static int iwcm_modify_qp_sqd(struct ib_qp *qp) in iwcm_modify_qp_sqd() 289 struct ib_qp *qp = NULL; in iw_cm_disconnect() local 540 struct ib_qp *qp; in iw_cm_accept() local 597 struct ib_qp *qp; in iw_cm_connect() local
|
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_qp.c | 195 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp() 201 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0() 207 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() 216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() 240 struct mthca_qp *qp; in mthca_qp_event() local 327 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags() 428 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() local 548 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() local 846 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() local 910 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size() [all …]
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_roce.c | 218 static void ecore_rdma_copy_gids(struct ecore_rdma_qp *qp, __le32 *src_gid, in ecore_rdma_copy_gids() 391 struct ecore_rdma_qp *qp) in ecore_roce_sp_create_responder() 560 struct ecore_rdma_qp *qp) in ecore_roce_sp_create_requester() 711 struct ecore_rdma_qp *qp, in ecore_roce_sp_modify_responder() 816 struct ecore_rdma_qp *qp, in ecore_roce_sp_modify_requester() 923 struct ecore_rdma_qp *qp, in ecore_roce_sp_destroy_qp_responder() 1008 struct ecore_rdma_qp *qp, in ecore_roce_sp_destroy_qp_requester() 1086 struct ecore_rdma_qp *qp, in ecore_roce_sp_query_responder() 1149 struct ecore_rdma_qp *qp, in ecore_roce_sp_query_requester() 1217 struct ecore_rdma_qp *qp, in ecore_roce_query_qp() [all …]
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_gsi.c | 58 static struct mlx5_ib_gsi_qp *gsi_qp(struct ib_qp *qp) in gsi_qp() 209 int mlx5_ib_gsi_destroy_qp(struct ib_qp *qp) in mlx5_ib_gsi_destroy_qp() 268 static int modify_to_rts(struct mlx5_ib_gsi_qp *gsi, struct ib_qp *qp, in modify_to_rts() 312 struct ib_qp *qp; in setup_qp() local 369 int mlx5_ib_gsi_modify_qp(struct ib_qp *qp, struct ib_qp_attr *attr, in mlx5_ib_gsi_modify_qp() 394 int mlx5_ib_gsi_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, in mlx5_ib_gsi_query_qp() 476 int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, in mlx5_ib_gsi_post_send() 521 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, in mlx5_ib_gsi_post_recv()
|
| HD | mlx5_ib_qp.c | 99 static void *get_wqe(struct mlx5_ib_qp *qp, int offset) in get_wqe() 104 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) in get_recv_wqe() 109 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n) in mlx5_get_send_wqe() 131 int mlx5_ib_read_user_wqe(struct mlx5_ib_qp *qp, int send, int wqe_index, in mlx5_ib_read_user_wqe() 186 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event() 234 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd) in set_rq_size() 374 struct mlx5_ib_qp *qp) in calc_sq_size() 421 struct mlx5_ib_qp *qp, in set_user_buf_size() 756 struct mlx5_ib_qp *qp, struct ib_udata *udata, in create_user_qp() 888 static void destroy_qp_user(struct mlx5_ib_dev *dev, struct ib_pd *pd, struct mlx5_ib_qp *qp, in destroy_qp_user() [all …]
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_core/ |
| HD | mlx4_qp.c | 53 struct mlx4_qp *qp; in mlx4_qp_event() local 75 static int is_master_qp0(struct mlx4_dev *dev, struct mlx4_qp *qp, int *real_qp0, int *proxy_qp0) in is_master_qp0() 92 int sqd_event, struct mlx4_qp *qp, int native) in __mlx4_qp_modify() 213 int sqd_event, struct mlx4_qp *qp) in mlx4_qp_modify() 388 int mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp, gfp_t gfp) in mlx4_qp_alloc() 491 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove() 502 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_free() 878 int mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, in mlx4_qp_query() 901 struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) in mlx4_qp_to_ready() 935 struct mlx4_qp qp; in mlx4_qp_roce_entropy() local
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_qp.c | 66 struct mlx5_core_qp *qp; in mlx5_rsc_event() local 85 struct mlx5_core_qp *qp, int rsc_type) in create_qprqsq_common() 106 struct mlx5_core_qp *qp, int rsc_type) in destroy_qprqsq_common() 120 struct mlx5_core_qp *qp, in mlx5_core_create_qp() 156 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp() 292 struct mlx5_core_qp *qp) in mlx5_core_qp_modify() 321 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query()
|
| /freebsd-13-stable/contrib/ofed/libibverbs/ |
| HD | cmd.c | 843 static int create_qp_ex_common(struct verbs_qp *qp, in create_qp_ex_common() 891 struct verbs_qp *qp, in create_qp_handle_resp_common() 934 struct verbs_qp *qp, int vqp_sz, in ibv_cmd_create_qp_ex2() 993 struct verbs_qp *qp, int vqp_sz, in ibv_cmd_create_qp_ex() 1038 struct ibv_qp *qp, struct ibv_qp_init_attr *attr, in ibv_cmd_create_qp() 1095 int ibv_cmd_open_qp(struct ibv_context *context, struct verbs_qp *qp, in ibv_cmd_open_qp() 1145 int ibv_cmd_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, in ibv_cmd_query_qp() 1234 static void copy_modify_qp_fields(struct ibv_qp *qp, struct ibv_qp_attr *attr, in copy_modify_qp_fields() 1318 int ibv_cmd_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, in ibv_cmd_modify_qp() 1339 int ibv_cmd_modify_qp_ex(struct ibv_qp *qp, struct ibv_qp_attr *attr, in ibv_cmd_modify_qp_ex() [all …]
|