Searched refs:my_qp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_qp.c281 struct ehca_qp *my_qp,
327 my_qp->ipz_qp_handle,
330 my_qp->galpas.kernel);
338 vpage = ipz_qpageit_get_inc(&my_qp->ipz_rqueue);
458 struct ehca_qp *my_qp, *my_srq = NULL; local
612 my_qp = kmem_cache_zalloc(qp_cache, GFP_KERNEL);
613 if (!my_qp) {
624 atomic_set(&my_qp->nr_events, 0);
625 init_waitqueue_head(&my_qp->wait_completion);
626 spin_lock_init(&my_qp
279 init_qp_queue(struct ehca_shca *shca, struct ehca_pd *pd, struct ehca_qp *my_qp, struct ipz_queue *queue, int q_type, u64 expected_hret, struct ehca_alloc_queue_parms *parms, int wqe_size) argument
973 struct ehca_qp *my_qp; local
1070 prepare_sqe_rts(struct ehca_qp *my_qp, struct ehca_shca *shca, int *bad_wqe_cnt) argument
1160 check_for_left_cqes(struct ehca_qp *my_qp, struct ehca_shca *shca) argument
1246 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); local
1786 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); local
1892 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp); local
2036 struct ehca_qp *my_qp = local
2093 struct ehca_qp *my_qp = container_of(srq, struct ehca_qp, ib_srq); local
2132 internal_destroy_qp(struct ib_device *dev, struct ehca_qp *my_qp, struct ib_uobject *uobject) argument
[all...]
H A Dehca_reqs.c401 static inline int post_one_send(struct ehca_qp *my_qp, argument
408 u64 start_offset = my_qp->ipz_squeue.current_q_offset;
411 wqe_p = ipz_qeit_get_inc(&my_qp->ipz_squeue);
414 ehca_err(my_qp->ib_qp.device, "Too many posted WQEs "
415 "qp_num=%x", my_qp->ib_qp.qp_num);
423 sq_map_idx = start_offset / my_qp->ipz_squeue.qe_size;
426 ret = ehca_write_swqe(my_qp, wqe_p, cur_send_wr, sq_map_idx, hidden);
432 my_qp->ipz_squeue.current_q_offset = start_offset;
433 ehca_err(my_qp->ib_qp.device, "Could not write WQE "
434 "qp_num=%x", my_qp
445 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp); local
505 internal_post_recv(struct ehca_qp *my_qp, struct ib_device *dev, struct ib_recv_wr *recv_wr, struct ib_recv_wr **bad_recv_wr) argument
588 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp); local
631 struct ehca_qp *my_qp; local
799 generate_flush_cqes(struct ehca_qp *my_qp, struct ib_cq *cq, struct ib_wc *wc, int num_entries, struct ipz_queue *ipz_queue, int on_sq) argument
[all...]
H A Dehca_mcast.c61 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); local
85 my_qp->ipz_qp_handle,
86 my_qp->galpas.kernel,
91 "h_ret=%lli", my_qp, ibqp->qp_num, h_ret);
98 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); local
122 my_qp->ipz_qp_handle,
123 my_qp->galpas.kernel,
128 "h_ret=%lli", my_qp, ibqp->qp_num, h_ret);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_qmr.h320 static inline struct ehea_swqe *ehea_get_swqe(struct ehea_qp *my_qp, argument
323 struct hw_queue *queue = &my_qp->hw_squeue;
327 wqe_p = hw_qeit_get_inc(&my_qp->hw_squeue);
332 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) argument
335 ehea_update_sqa(my_qp, 1);

Completed in 37 milliseconds