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

/drivers/infiniband/hw/ehca/
H A Dehca_cq.c122 struct ehca_cq *my_cq; local
145 my_cq = kmem_cache_zalloc(cq_cache, GFP_KERNEL);
146 if (!my_cq) {
155 spin_lock_init(&my_cq->spinlock);
156 spin_lock_init(&my_cq->cb_lock);
157 spin_lock_init(&my_cq->task_lock);
158 atomic_set(&my_cq->nr_events, 0);
159 init_waitqueue_head(&my_cq->wait_completion);
161 cq = &my_cq->ib_cq;
168 my_cq
317 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); local
[all...]
H A Dehca_reqs.c628 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); local
637 ipz_qeit_get_inc_valid(&my_cq->ipz_queue);
642 "my_cq=%p cq_num=%x", my_cq, my_cq->cq_number);
655 qp = ehca_cq_get_qp(my_cq, cqe->local_qp_number);
659 my_cq->cq_number, cqe->local_qp_number);
661 my_cq->cq_number, cqe->local_qp_number);
692 is_error ? "ERROR " : "", my_cq, my_cq
874 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); local
931 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); local
[all...]
/drivers/net/ethernet/ibm/ehea/
H A Dehea_hw.h260 static inline void ehea_reset_cq_ep(struct ehea_cq *my_cq) argument
262 struct h_epa epa = my_cq->epas.kernel;
H A Dehea_qmr.h357 static inline struct ehea_cqe *ehea_poll_cq(struct ehea_cq *my_cq) argument
359 return hw_qeit_get_valid(&my_cq->hw_queue);

Completed in 282 milliseconds