Searched refs:hint_count (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_mq.c65 q->hint_count++;
139 q->hint_count = 0;
156 q->hint_count = 0;
H A Dc2_mq.h75 u16 hint_count; member in struct:c2_mq
H A Dc2_intr.c47 while (c2dev->hints_read != be16_to_cpu(*c2dev->hint_count)) {
H A Dc2.h349 u16 *hint_count; member in struct:c2_dev
397 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count)
H A Dc2_rnic.c88 wr.hint_count = cpu_to_be64(c2dev->hint_count_dma);
489 c2dev->hint_count = c2_alloc_mqsp(c2dev, c2dev->kern_mqsp_pool,
500 if (!c2dev->hint_count || !c2dev->req_vq.shared ||
H A Dc2_qp.c47 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count)
918 c2_activity(c2dev, qp->sq_mq.index, qp->sq_mq.hint_count);
986 c2_activity(c2dev, qp->rq_mq.index, qp->rq_mq.hint_count);
H A Dc2_wr.h1161 u64 hint_count; member in struct:c2wr_init_req

Completed in 98 milliseconds