Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_mq.c65 q->hint_count++; in c2_mq_produce()
155 q->hint_count = 0; in c2_mq_req_init()
172 q->hint_count = 0; in c2_mq_rep_init()
Dc2.h348 __be16 *hint_count; member
394 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
Dc2_mq.h75 u16 hint_count; member
Dc2_intr.c47 while (c2dev->hints_read != be16_to_cpu(*c2dev->hint_count)) { in c2_rnic_interrupt()
Dc2_rnic.c89 wr.hint_count = cpu_to_be64(c2dev->hint_count_dma); in c2_adapter_init()
489 c2dev->hint_count = c2_alloc_mqsp(c2dev, c2dev->kern_mqsp_pool, in c2_rnic_init()
500 if (!c2dev->hint_count || !c2dev->req_vq.shared || in c2_rnic_init()
Dc2_qp.c48 #define C2_HINT_MAKE(q_index, hint_count) (((q_index) << 16) | hint_count) argument
930 c2_activity(c2dev, qp->sq_mq.index, qp->sq_mq.hint_count); in c2_post_send()
1001 c2_activity(c2dev, qp->rq_mq.index, qp->rq_mq.hint_count); in c2_post_receive()
Dc2_wr.h1161 __be64 hint_count; member