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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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(KERN_INFO "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.c66 void c2_cq_event(struct c2_dev *c2dev, u32 mq_index) argument
70 cq = c2_cq_get(c2dev, mq_index);
72 printk("discarding events on destroyed CQN=%d\n", mq_index);
80 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index) argument
85 cq = c2_cq_get(c2dev, mq_index);
347 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.h519 extern void c2_cq_event(struct c2_dev *c2dev, u32 mq_index);
520 extern void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index);
542 extern void c2_ae_event(struct c2_dev *c2dev, u32 mq_index);
H A Dc2_qp.c714 * mq_index - mq index to post
722 static inline void c2_activity(struct c2_dev *c2dev, u32 mq_index, u16 shared) argument
736 __raw_writel(C2_HINT_MAKE(mq_index, shared),
H A Dc2_wr.h454 u32 mq_index; member in struct:c2wr_cq_create_rep
548 u32 mq_index; member in struct:c2wr_srq_create_rep

Completed in 109 milliseconds