Home
last modified time | relevance | path

Searched defs:qp (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_resp.c56 static inline enum resp_states get_req(struct rxe_qp *qp, in get_req()
70 static enum resp_states check_psn(struct rxe_qp *qp, in check_psn()
114 static enum resp_states check_op_seq(struct rxe_qp *qp, in check_op_seq()
204 static bool check_qp_attr_access(struct rxe_qp *qp, in check_qp_attr_access()
259 static enum resp_states get_srq_wqe(struct rxe_qp *qp) in get_srq_wqe()
430 static enum resp_states check_rkey(struct rxe_qp *qp, in check_rkey()
878 static enum resp_states read_reply(struct rxe_qp *qp, in read_reply()
1064 static enum resp_states do_complete(struct rxe_qp *qp, in do_complete()
1246 static enum resp_states cleanup(struct rxe_qp *qp, in cleanup()
1427 static void drain_req_pkts(struct rxe_qp *qp) in drain_req_pkts()
[all …]
H A Drxe_req.c16 static inline void retry_first_write_send(struct rxe_qp *qp, in retry_first_write_send()
37 static void req_retry(struct rxe_qp *qp) in req_retry()
100 struct rxe_qp *qp = from_timer(qp, t, rnr_nak_timer); in rnr_nak_timer() local
115 static void req_check_sq_drain_done(struct rxe_qp *qp) in req_check_sq_drain_done()
174 static struct rxe_send_wqe *req_next_wqe(struct rxe_qp *qp) in req_next_wqe()
403 static inline int get_mtu(struct rxe_qp *qp) in get_mtu()
413 static struct sk_buff *init_req_packet(struct rxe_qp *qp, in init_req_packet()
541 static void update_wqe_state(struct rxe_qp *qp, in update_wqe_state()
555 static void update_wqe_psn(struct rxe_qp *qp, in update_wqe_psn()
639 int rxe_requester(struct rxe_qp *qp) in rxe_requester()
[all …]
H A Drxe_qp.c115 static void free_rd_atomic_resources(struct rxe_qp *qp) in free_rd_atomic_resources()
135 static void cleanup_rd_atomic_resources(struct rxe_qp *qp) in cleanup_rd_atomic_resources()
148 static void rxe_qp_init_misc(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_misc()
235 static int rxe_qp_init_req(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_req()
323 static int rxe_qp_init_resp(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_init_resp()
438 int rxe_qp_chk_attr(struct rxe_dev *rxe, struct rxe_qp *qp, in rxe_qp_chk_attr()
513 static void rxe_qp_reset(struct rxe_qp *qp) in rxe_qp_reset()
553 void rxe_qp_error(struct rxe_qp *qp) in rxe_qp_error()
566 static void rxe_qp_sqd(struct rxe_qp *qp, struct ib_qp_attr *attr, in rxe_qp_sqd()
789 int rxe_qp_chk_destroy(struct rxe_qp *qp) in rxe_qp_chk_destroy()
[all …]
H A Drxe_comp.c117 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer() local
137 static inline enum comp_state get_wqe(struct rxe_qp *qp, in get_wqe()
165 static inline void reset_retry_counters(struct rxe_qp *qp) in reset_retry_counters()
172 static inline enum comp_state check_psn(struct rxe_qp *qp, in check_psn()
215 static inline enum comp_state check_ack(struct rxe_qp *qp, in check_ack()
354 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read()
474 static void comp_check_sq_drain_done(struct rxe_qp *qp) in comp_check_sq_drain_done()
545 static void drain_resp_pkts(struct rxe_qp *qp) in drain_resp_pkts()
608 struct rxe_qp *qp = pkt->qp; in free_pkt() local
624 static void reset_retry_timer(struct rxe_qp *qp) in reset_retry_timer()
[all …]
H A Drxe_mw.c50 static int rxe_check_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in rxe_check_bind_mw()
135 static void rxe_do_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, in rxe_do_bind_mw()
164 int rxe_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe) in rxe_bind_mw()
224 static int rxe_check_invalidate_mw(struct rxe_qp *qp, struct rxe_mw *mw) in rxe_check_invalidate_mw()
238 struct rxe_qp *qp; in rxe_do_invalidate_mw() local
258 int rxe_invalidate_mw(struct rxe_qp *qp, u32 rkey) in rxe_invalidate_mw()
290 struct rxe_mw *rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) in rxe_lookup_mw()
328 struct rxe_qp *qp = mw->qp; in rxe_mw_cleanup() local
H A Drxe_loc.h120 static inline int qp_num(struct rxe_qp *qp) in qp_num()
125 static inline enum ib_qp_type qp_type(struct rxe_qp *qp) in qp_type()
130 static inline enum ib_qp_state qp_state(struct rxe_qp *qp) in qp_state()
135 static inline int qp_mtu(struct rxe_qp *qp) in qp_mtu()
151 static inline void rxe_advance_resp_resource(struct rxe_qp *qp) in rxe_advance_resp_resource()
188 static inline unsigned int wr_opcode_mask(int opcode, struct rxe_qp *qp) in wr_opcode_mask()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dqp.c444 struct rvt_qp *qp; in iowait_sleep() local
495 struct rvt_qp *qp = iowait_to_qp(wait); in iowait_wakeup() local
503 struct rvt_qp *qp = iowait_to_qp(wait); in iowait_sdma_drained() local
522 struct rvt_qp *qp = iowait_to_qp(w); in hfi1_init_priority() local
584 static int qp_idle(struct rvt_qp *qp) in qp_idle()
601 struct rvt_qp *qp = iter->qp; in qp_iter_print() local
739 void stop_send_queue(struct rvt_qp *qp) in stop_send_queue()
748 void quiesce_qp(struct rvt_qp *qp) in quiesce_qp()
759 void notify_qp_reset(struct rvt_qp *qp) in notify_qp_reset()
774 void hfi1_migrate_qp(struct rvt_qp *qp) in hfi1_migrate_qp()
[all …]
H A Dtid_rdma.c321 struct rvt_qp *qp) in qp_to_rcd()
647 struct rvt_qp *qp; in tid_rdma_trigger_resume() local
1709 struct rvt_qp *qp = req->qp; in hfi1_build_tid_rdma_read_packet() local
2231 struct rvt_qp *qp = packet->qp; in hfi1_rc_rcv_tid_rdma_read_req() local
2452 struct rvt_qp *qp = packet->qp; in hfi1_rc_rcv_tid_rdma_read_resp() local
2604 struct rvt_qp *qp = packet->qp; in tid_rdma_tid_err() local
2667 struct rvt_qp *qp = packet->qp; in handle_read_kdeth_eflags() local
2860 struct rvt_qp *qp; in hfi1_handle_kdeth_eflags() local
3660 struct rvt_qp *qp = packet->qp; in hfi1_rc_rcv_tid_rdma_write_req() local
4041 struct rvt_qp *qp = packet->qp; in hfi1_rc_rcv_tid_rdma_write_resp() local
[all …]
H A Drc.c1198 struct rvt_qp *qp = packet->qp; in hfi1_queue_rc_ack() local
1225 struct rvt_qp *qp = packet->qp; in hfi1_make_rc_ack_9B() local
1278 struct rvt_qp *qp = packet->qp; in hfi1_make_rc_ack_16B() local
1347 struct rvt_qp *qp = packet->qp; in hfi1_send_rc_ack() local
1458 static void reset_psn(struct rvt_qp *qp, u32 psn) in reset_psn()
1824 struct rvt_swqe *do_rc_completion(struct rvt_qp *qp, in do_rc_completion()
2307 struct rvt_qp *qp = packet->qp; in rc_rcv_resp() local
2484 static inline void rc_cancel_ack(struct rvt_qp *qp) in rc_cancel_ack()
2511 struct rvt_qp *qp, u32 opcode, u32 psn, in rc_rcv_error()
2768 struct rvt_qp *qp = packet->qp; in hfi1_rc_rcv() local
[all …]
H A Druc.c31 struct rvt_qp *qp = packet->qp; in hfi1_ruc_check_hdr() local
163 static inline void build_ahg(struct rvt_qp *qp, u32 npsn) in build_ahg()
207 static inline void hfi1_make_ruc_bth(struct rvt_qp *qp, in hfi1_make_ruc_bth()
231 static inline void hfi1_make_ruc_header_16B(struct rvt_qp *qp, in hfi1_make_ruc_header_16B()
320 static inline void hfi1_make_ruc_header_9B(struct rvt_qp *qp, in hfi1_make_ruc_header_9B()
386 void hfi1_make_ruc_header(struct rvt_qp *qp, struct ib_other_headers *ohdr, in hfi1_make_ruc_header()
429 bool hfi1_schedule_send_yield(struct rvt_qp *qp, struct hfi1_pkt_state *ps, in hfi1_schedule_send_yield()
471 void hfi1_do_send_from_rvt(struct rvt_qp *qp) in hfi1_do_send_from_rvt()
479 struct rvt_qp *qp = iowait_to_qp(w->iow); in _hfi1_do_send() local
493 void hfi1_do_send(struct rvt_qp *qp, bool in_thread) in hfi1_do_send()
/linux-6.15/drivers/infiniband/hw/erdma/
H A Derdma_qp.c12 void erdma_qp_llp_close(struct erdma_qp *qp) in erdma_qp_llp_close()
52 erdma_modify_qp_state_to_rts(struct erdma_qp *qp, in erdma_modify_qp_state_to_rts()
121 erdma_modify_qp_state_to_stop(struct erdma_qp *qp, in erdma_modify_qp_state_to_stop()
145 int erdma_modify_qp_state_iwarp(struct erdma_qp *qp, in erdma_modify_qp_state_iwarp()
215 static int modify_qp_cmd_rocev2(struct erdma_qp *qp, in modify_qp_cmd_rocev2()
254 static void erdma_reset_qp(struct erdma_qp *qp) in erdma_reset_qp()
314 void erdma_qp_put(struct erdma_qp *qp) in erdma_qp_put()
320 void erdma_qp_get(struct erdma_qp *qp) in erdma_qp_get()
325 static int fill_inline_data(struct erdma_qp *qp, in fill_inline_data()
663 struct erdma_qp *qp = to_eqp(ibqp); in erdma_post_send() local
[all …]
/linux-6.15/drivers/infiniband/sw/siw/
H A Dsiw_qp.c96 struct siw_qp *qp; in siw_qp_llp_data_ready() local
129 void siw_qp_llp_close(struct siw_qp *qp) in siw_qp_llp_close()
363 void siw_send_terminate(struct siw_qp *qp) in siw_send_terminate()
582 static void siw_qp_modify_nonstate(struct siw_qp *qp, in siw_qp_modify_nonstate()
604 static int siw_qp_nextstate_from_idle(struct siw_qp *qp, in siw_qp_nextstate_from_idle()
674 static int siw_qp_nextstate_from_rts(struct siw_qp *qp, in siw_qp_nextstate_from_rts()
735 static void siw_qp_nextstate_from_term(struct siw_qp *qp, in siw_qp_nextstate_from_term()
852 static int siw_activate_tx_from_sq(struct siw_qp *qp) in siw_activate_tx_from_sq()
948 int siw_activate_tx(struct siw_qp *qp) in siw_activate_tx()
1159 void siw_sq_flush(struct siw_qp *qp) in siw_sq_flush()
[all …]
H A Dsiw_qp_rx.c330 static struct siw_wqe *siw_rqe_get(struct siw_qp *qp) in siw_rqe_get()
435 int siw_proc_send(struct siw_qp *qp) in siw_proc_send()
545 int siw_proc_write(struct siw_qp *qp) in siw_proc_write()
627 int siw_proc_rreq(struct siw_qp *qp) in siw_proc_rreq()
739 static int siw_orqe_start_rx(struct siw_qp *qp) in siw_orqe_start_rx()
782 int siw_proc_rresp(struct siw_qp *qp) in siw_proc_rresp()
878 int siw_proc_terminate(struct siw_qp *qp) in siw_proc_terminate()
998 struct siw_qp *qp = rx_qp(srx); in siw_get_hdr() local
1129 static int siw_check_tx_fence(struct siw_qp *qp) in siw_check_tx_fence()
1198 static int siw_rdmap_complete(struct siw_qp *qp, int error) in siw_rdmap_complete()
[all …]
/linux-6.15/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c101 static void pvrdma_reset_qp(struct pvrdma_qp *qp) in pvrdma_reset_qp()
132 struct pvrdma_qp *qp) in pvrdma_set_rq_size()
157 struct pvrdma_qp *qp) in pvrdma_set_sq_size()
194 struct pvrdma_qp *qp = to_vqp(ibqp); in pvrdma_create_qp() local
430 static void _pvrdma_free_qp(struct pvrdma_qp *qp) in _pvrdma_free_qp()
451 static void pvrdma_free_qp(struct pvrdma_qp *qp) in pvrdma_free_qp()
510 struct pvrdma_qp *qp) in __pvrdma_destroy_qp()
529 struct pvrdma_qp *qp = to_vqp(ibqp); in pvrdma_modify_qp() local
674 struct pvrdma_qp *qp = to_vqp(ibqp); in pvrdma_post_send() local
878 struct pvrdma_qp *qp = to_vqp(ibqp); in pvrdma_post_recv() local
[all …]
/linux-6.15/drivers/infiniband/sw/rdmavt/
H A Dqp.c1032 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp); in rvt_create_qp() local
1405 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp); in rvt_modify_qp() local
1678 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp); in rvt_destroy_qp() local
1720 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp); in rvt_query_qp() local
1783 struct rvt_qp *qp = ibqp_to_rvtqp(ibqp); in rvt_post_recv() local
1862 struct rvt_qp *qp, in rvt_qp_valid_operation()
1909 struct rvt_qp *qp, in rvt_qp_is_avail()
2449 void rvt_comm_est(struct rvt_qp *qp) in rvt_comm_est()
2686 struct rvt_qp *qp; in rvt_qp_iter_next() local
2749 void (*cb)(struct rvt_qp *qp, u64 v)) in rvt_qp_iter()
[all …]
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c179 struct bnxt_qplib_qp *qp) in bnxt_qplib_free_qp_hdr_buf()
201 struct bnxt_qplib_qp *qp) in bnxt_qplib_alloc_qp_hdr_buf()
1294 struct bnxt_qplib_qp *qp, in bnxt_set_mandatory_attributes()
1594 struct bnxt_qplib_qp *qp) in bnxt_qplib_destroy_qp()
1629 struct bnxt_qplib_qp *qp) in bnxt_qplib_free_qp_res()
2616 struct bnxt_qplib_qp *qp; in bnxt_qplib_cq_process_req() local
2741 struct bnxt_qplib_qp *qp; in bnxt_qplib_cq_process_res_rc() local
2821 struct bnxt_qplib_qp *qp; in bnxt_qplib_cq_process_res_ud() local
2917 struct bnxt_qplib_qp *qp; in bnxt_qplib_cq_process_res_raweth_qp1() local
3010 struct bnxt_qplib_qp *qp; in bnxt_qplib_cq_process_terminal() local
[all …]
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_qp.c233 void qib_notify_qp_reset(struct rvt_qp *qp) in qib_notify_qp_reset()
240 void qib_notify_error_qp(struct rvt_qp *qp) in qib_notify_error_qp()
291 int qib_get_pmtu_from_attr(struct rvt_dev_info *rdi, struct rvt_qp *qp, in qib_get_pmtu_from_attr()
314 u32 qib_mtu_from_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, u32 pmtu) in qib_mtu_from_qp()
319 void *qib_qp_priv_alloc(struct rvt_dev_info *rdi, struct rvt_qp *qp) in qib_qp_priv_alloc()
340 void qib_qp_priv_free(struct rvt_dev_info *rdi, struct rvt_qp *qp) in qib_qp_priv_free()
348 void qib_stop_send_queue(struct rvt_qp *qp) in qib_stop_send_queue()
355 void qib_quiesce_qp(struct rvt_qp *qp) in qib_quiesce_qp()
366 void qib_flush_qp_waiters(struct rvt_qp *qp) in qib_flush_qp_waiters()
385 int qib_check_send_wqe(struct rvt_qp *qp, in qib_check_send_wqe()
[all …]
H A Dqib_rc.c62 static int qib_make_rc_ack(struct qib_ibdev *dev, struct rvt_qp *qp, in qib_make_rc_ack()
216 int qib_make_rc_req(struct rvt_qp *qp, unsigned long *flags) in qib_make_rc_req()
598 void qib_send_rc_ack(struct rvt_qp *qp) in qib_send_rc_ack()
736 static void reset_psn(struct rvt_qp *qp, u32 psn) in reset_psn()
821 void qib_restart_rc(struct rvt_qp *qp, u32 psn, int wait) in qib_restart_rc()
857 static void reset_sending_psn(struct rvt_qp *qp, u32 psn) in reset_sending_psn()
941 static inline void update_last_psn(struct rvt_qp *qp, u32 psn) in update_last_psn()
951 static struct rvt_swqe *do_rc_completion(struct rvt_qp *qp, in do_rc_completion()
1272 struct rvt_qp *qp, in qib_rc_rcv_resp()
1495 struct rvt_qp *qp, in qib_rc_rcv_error()
[all …]
/linux-6.15/drivers/infiniband/hw/mana/
H A Dqp.c95 struct mana_ib_qp *qp = container_of(ibqp, struct mana_ib_qp, ibqp); in mana_ib_create_qp_rss() local
267 struct mana_ib_qp *qp = container_of(ibqp, struct mana_ib_qp, ibqp); in mana_ib_create_qp_raw() local
488 static int mana_table_store_qp(struct mana_ib_dev *mdev, struct mana_ib_qp *qp) in mana_table_store_qp()
508 struct mana_ib_qp *qp) in mana_table_remove_qp()
531 struct mana_ib_qp *qp = container_of(ibqp, struct mana_ib_qp, ibqp); in mana_ib_create_rc_qp() local
603 static void mana_add_qp_to_cqs(struct mana_ib_qp *qp) in mana_add_qp_to_cqs()
618 static void mana_remove_qp_from_cqs(struct mana_ib_qp *qp) in mana_remove_qp_from_cqs()
637 struct mana_ib_qp *qp = container_of(ibqp, struct mana_ib_qp, ibqp); in mana_ib_create_ud_qp() local
730 struct mana_ib_qp *qp = container_of(ibqp, struct mana_ib_qp, ibqp); in mana_ib_gd_modify_qp() local
803 static int mana_ib_destroy_qp_rss(struct mana_ib_qp *qp, in mana_ib_destroy_qp_rss()
[all …]
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dqp.c107 struct mlx4_qp *qp; member
447 struct mlx4_ib_qp *qp, in set_user_sq_size()
541 struct mlx4_ib_qp *qp) in mlx4_ib_free_qp_counter()
657 struct mlx4_ib_qp *qp) in create_qp_rss()
997 struct mlx4_ib_qp *qp) in create_qp_common()
1635 struct mlx4_ib_qp *qp = to_mqp(ibqp); in mlx4_ib_create_qp() local
1911 const struct ib_qp_attr *qp, in mlx4_set_alt_path()
1935 struct mlx4_ib_qp *qp, in handle_eth_ud_smac_index()
2096 struct mlx4_ib_qp *qp) in fill_qp_rss_context()
2127 struct mlx4_ib_qp *qp; in __mlx4_ib_modify_qp() local
[all …]
/linux-6.15/drivers/ntb/
H A Dntb_transport.c120 struct ntb_transport_qp *qp; member
468 struct ntb_transport_qp *qp; in debugfs_read() local
687 struct ntb_transport_qp *qp = dev; in ntb_transport_isr() local
992 struct ntb_transport_qp *qp; in ntb_transport_link_cleanup() local
1181 struct ntb_transport_qp *qp; in ntb_transport_init_queue() local
1426 struct ntb_transport_qp *qp; in ntb_transport_free() local
1545 struct ntb_transport_qp *qp = entry->qp; in ntb_async_rx_submit() local
1612 struct ntb_transport_qp *qp = entry->qp; in ntb_async_rx() local
1751 struct ntb_transport_qp *qp = entry->qp; in ntb_tx_copy_callback() local
2004 struct ntb_transport_qp *qp; in ntb_transport_create_queue() local
[all …]
/linux-6.15/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1300 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_create_qp() local
1369 struct ocrdma_qp *qp; in _ocrdma_modify_qp() local
1390 struct ocrdma_qp *qp; in ocrdma_modify_qp() local
1463 struct ocrdma_qp *qp = get_ocrdma_qp(ibqp); in ocrdma_query_qp() local
1673 struct ocrdma_qp *qp; in ocrdma_destroy_qp() local
2471 struct ocrdma_qp *qp, int status) in ocrdma_update_err_cqe()
2493 struct ocrdma_qp *qp, int status) in ocrdma_update_err_rcqe()
2503 struct ocrdma_qp *qp, int status) in ocrdma_update_err_scqe()
2627 struct ocrdma_qp *qp) in ocrdma_update_free_srq_cqe()
2759 struct ocrdma_qp *qp = NULL; in ocrdma_poll_hwcq() local
[all …]
/linux-6.15/drivers/interconnect/qcom/
H A Dicc-rpmh.c21 #define QOSGEN_MAINCTL_LO(p, qp) (0x8 + (p->port_offsets[qp])) argument
31 static void qcom_icc_set_qos(struct qcom_icc_provider *qp, in qcom_icc_set_qos()
60 struct qcom_icc_provider *qp; in qcom_icc_pre_aggregate() local
123 struct qcom_icc_provider *qp; in qcom_icc_set() local
203 static int qcom_icc_rpmh_configure_qos(struct qcom_icc_provider *qp) in qcom_icc_rpmh_configure_qos()
234 struct qcom_icc_provider *qp; in qcom_icc_rpmh_probe() local
354 struct qcom_icc_provider *qp = platform_get_drvdata(pdev); in qcom_icc_rpmh_remove() local
H A Dicc-rpm.c56 struct qcom_icc_provider *qp = to_qcom_provider(provider); in qcom_icc_set_qnoc_qos() local
74 static int qcom_icc_bimc_set_qos_health(struct qcom_icc_provider *qp, in qcom_icc_bimc_set_qos_health()
100 struct qcom_icc_provider *qp; in qcom_icc_set_bimc_qos() local
134 static int qcom_icc_noc_set_qos_priority(struct qcom_icc_provider *qp, in qcom_icc_noc_set_qos_priority()
155 struct qcom_icc_provider *qp; in qcom_icc_set_noc_qos() local
192 struct qcom_icc_provider *qp = to_qcom_provider(node->provider); in qcom_icc_qos_set() local
294 static u64 qcom_icc_calc_rate(struct qcom_icc_provider *qp, struct qcom_icc_node *qn, int ctx) in qcom_icc_calc_rate()
327 struct qcom_icc_provider *qp = to_qcom_provider(provider); in qcom_icc_bus_aggregate() local
350 struct qcom_icc_provider *qp; in qcom_icc_set() local
454 struct qcom_icc_provider *qp; in qnoc_probe() local
[all …]
/linux-6.15/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c241 struct mthca_qp *qp; in mthca_qp_event() local
967 struct mthca_qp *qp) in mthca_adjust_qp_caps()
992 struct mthca_qp *qp, in mthca_alloc_wqe_buf()
1084 struct mthca_qp *qp) in mthca_free_wqe_buf()
1093 struct mthca_qp *qp) in mthca_map_memfree()
1125 struct mthca_qp *qp) in mthca_unmap_memfree()
1134 struct mthca_qp *qp) in mthca_alloc_memfree()
1167 struct mthca_qp *qp, in mthca_alloc_qp_common()
1298 struct mthca_qp *qp, in mthca_alloc_qp()
1374 struct mthca_qp *qp, in mthca_alloc_sqp()
[all …]

12345678910>>...12