Home
last modified time | relevance | path

Searched refs:T4_RQ_NUM_SLOTS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4.h86 #define T4_RQ_NUM_SLOTS 2 macro
87 #define T4_RQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_RQ_NUM_SLOTS)
106 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS];
370 if (wq->rq.wq_pidx >= wq->rq.size * T4_RQ_NUM_SLOTS) in t4_rq_produce()
371 wq->rq.wq_pidx %= wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_produce()
389 return wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_wq_size()
Dqp.c337 eqsize = wq->rq.size * T4_RQ_NUM_SLOTS + in create_qp()