Searched refs:mq_index (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/amso1100/
H A Dc2_intr.c38 static void handle_vq(struct c2_dev *c2dev, u32 mq_index);
45 unsigned int mq_index; local
48 mq_index = readl(c2dev->regs + PCI_BAR0_HOST_HINT);
49 if (mq_index & 0x80000000) {
54 handle_mq(c2dev, mq_index);
62 static void handle_mq(struct c2_dev *c2dev, u32 mq_index) argument
64 if (c2dev->qptr_array[mq_index] == NULL) {
65 pr_debug("handle_mq: stray activity for mq_index=%d\n",
66 mq_index);
70 switch (mq_index) {
115 handle_vq(struct c2_dev *c2dev, u32 mq_index) argument
[all...]
H A Dc2_cq.c68 void c2_cq_event(struct c2_dev *c2dev, u32 mq_index) argument
72 cq = c2_cq_get(c2dev, mq_index);
74 printk("discarding events on destroyed CQN=%d\n", mq_index);
82 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index) argument
87 cq = c2_cq_get(c2dev, mq_index);
352 cq->mq.index = be32_to_cpu(reply->mq_index);
H A Dc2_ae.c147 void c2_ae_event(struct c2_dev *c2dev, u32 mq_index) argument
149 struct c2_mq *mq = c2dev->qptr_array[mq_index];
H A Dc2.h515 extern void c2_cq_event(struct c2_dev *c2dev, u32 mq_index);
516 extern void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index);
538 extern void c2_ae_event(struct c2_dev *c2dev, u32 mq_index);
H A Dc2_qp.c718 * mq_index - mq index to post
726 static inline void c2_activity(struct c2_dev *c2dev, u32 mq_index, u16 shared) argument
740 __raw_writel(C2_HINT_MAKE(mq_index, shared),
H A Dc2_wr.h454 __be32 mq_index; member in struct:c2wr_cq_create_rep
548 u32 mq_index; member in struct:c2wr_srq_create_rep

Completed in 400 milliseconds