Home
last modified time | relevance | path

Searched defs:my_qp (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_reqs.c401 static inline int post_one_send(struct ehca_qp *my_qp, in post_one_send()
445 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp); in ehca_post_send() local
505 static int internal_post_recv(struct ehca_qp *my_qp, in internal_post_recv()
588 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp); in ehca_post_recv() local
631 struct ehca_qp *my_qp; in ehca_poll_cq_one() local
799 static int generate_flush_cqes(struct ehca_qp *my_qp, struct ib_cq *cq, in generate_flush_cqes()
Dehca_qp.c281 struct ehca_qp *my_qp, in init_qp_queue()
458 struct ehca_qp *my_qp, *my_srq = NULL; in internal_create_qp() local
973 struct ehca_qp *my_qp; in ehca_create_srq() local
1070 static int prepare_sqe_rts(struct ehca_qp *my_qp, struct ehca_shca *shca, in prepare_sqe_rts()
1160 static int check_for_left_cqes(struct ehca_qp *my_qp, struct ehca_shca *shca) in check_for_left_cqes()
1246 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); in internal_modify_qp() local
1786 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); in ehca_modify_qp() local
1892 struct ehca_qp *my_qp = container_of(qp, struct ehca_qp, ib_qp); in ehca_query_qp() local
2036 struct ehca_qp *my_qp = in ehca_modify_srq() local
2093 struct ehca_qp *my_qp = container_of(srq, struct ehca_qp, ib_srq); in ehca_query_srq() local
[all …]
Dehca_mcast.c61 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); in ehca_attach_mcast() local
98 struct ehca_qp *my_qp = container_of(ibqp, struct ehca_qp, ib_qp); in ehca_detach_mcast() local
/linux-2.6.39/drivers/net/ehea/
Dehea_qmr.h320 static inline struct ehea_swqe *ehea_get_swqe(struct ehea_qp *my_qp, in ehea_get_swqe()
332 static inline void ehea_post_swqe(struct ehea_qp *my_qp, struct ehea_swqe *swqe) in ehea_post_swqe()