Searched refs:ehca_qp (Results 1 - 13 of 13) 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 DMakefile14 ehca_cq.o ehca_qp.o ehca_sqp.o ehca_mrmw.o ehca_reqs.o ehca_irq.o \
H A Dehca_mcast.c61 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp);
90 "ehca_qp=%p qp_num=%x hipz_h_attach_mcqp() failed "
98 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp);
127 "ehca_qp=%p qp_num=%x hipz_h_detach_mcqp() failed "
H A Dhipz_fns_core.h61 static inline void hipz_update_sqa(struct ehca_qp *qp, u16 nr_wqes)
68 static inline void hipz_update_rqa(struct ehca_qp *qp, u16 nr_wqes)
H A Dehca_cq.c55 int ehca_cq_assign_qp(struct ehca_cq *cq, struct ehca_qp *qp)
76 struct ehca_qp *qp;
81 qp = hlist_entry(iter, struct ehca_qp, list_entries);
100 struct ehca_qp *ehca_cq_get_qp(struct ehca_cq *cq, int real_qp_num)
102 struct ehca_qp *ret = NULL;
105 struct ehca_qp *qp;
107 qp = hlist_entry(iter, struct ehca_qp, list_entries);
H A Dehca_sqp.c65 struct ehca_qp *ehca_qp,
81 ehca_qp->ipz_qp_handle,
82 ehca_qp->galpas.kernel,
64 ehca_define_sqp(struct ehca_shca *shca, struct ehca_qp *ehca_qp, struct ib_qp_init_attr *qp_init_attr) argument
H A Dehca_classes.h47 struct ehca_qp;
185 struct ehca_qp { struct
478 int ehca_cq_assign_qp(struct ehca_cq *cq, struct ehca_qp *qp);
480 struct ehca_qp *ehca_cq_get_qp(struct ehca_cq *cq, int qp_num);
H A Dehca_reqs.c155 static inline int ehca_write_swqe(struct ehca_qp *qp,
401 static inline int post_one_send(struct ehca_qp *my_qp,
445 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp);
494 ehca_dbg(qp->device, "ehca_qp=%p qp_num=%x wqe_cnt=%d ret=%i",
505 static int internal_post_recv(struct ehca_qp *my_qp,
518 ehca_err(dev, "QP has no RQ ehca_qp=%p qp_num=%x ext_type=%d",
573 ehca_dbg(dev, "ehca_qp=%p qp_num=%x wqe_cnt=%d ret=%i",
588 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_q
[all...]
H A Dehca_qp.c281 struct ehca_qp *my_qp,
400 void ehca_add_to_err_list(struct ehca_qp *qp, int on_sq)
452 static struct ehca_qp *internal_create_qp(
458 struct ehca_qp *my_qp, *my_srq = NULL;
507 my_srq = container_of(init_attr->srq, struct ehca_qp, ib_srq);
959 struct ehca_qp *ret;
965 static int internal_destroy_qp(struct ib_device *dev, struct ehca_qp *my_qp,
973 struct ehca_qp *my_qp;
1003 "ehca_qp=%p qp_num=%x ", my_qp, my_qp->real_qp_num);
1018 "ehca_qp
[all...]
H A Dehca_iverbs.h176 u64 ehca_define_sqp(struct ehca_shca *shca, struct ehca_qp *ibqp,
200 void ehca_add_to_err_list(struct ehca_qp *qp, int on_sq);
H A Dehca_uverbs.c198 static int ehca_mmap_qp(struct vm_area_struct *vma, struct ehca_qp *qp,
256 struct ehca_qp *qp;
H A Dehca_irq.c97 struct ehca_qp *qp = (struct ehca_qp *)data;
178 static void dispatch_qp_event(struct ehca_shca *shca, struct ehca_qp *qp,
208 struct ehca_qp *qp;
H A Dhcp_if.h161 struct ehca_qp *qp);
H A Dhcp_if.c601 struct ehca_qp *qp)

Completed in 75 milliseconds