Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h91 #define T4_RQ_NUM_SLOTS 2 macro
92 #define T4_RQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_RQ_NUM_SLOTS)
116 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS];
436 if (srq->wq_pidx >= srq->size * T4_RQ_NUM_SLOTS) in t4_srq_produce()
437 srq->wq_pidx %= srq->size * T4_RQ_NUM_SLOTS; in t4_srq_produce()
501 if (wq->rq.wq_pidx >= wq->rq.size * T4_RQ_NUM_SLOTS) in t4_rq_produce()
502 wq->rq.wq_pidx %= wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_produce()
519 return wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_wq_size()
H A Dqp.c359 eqsize = wq->rq.size * T4_RQ_NUM_SLOTS + in create_qp()
2590 eqsize = wq->size * T4_RQ_NUM_SLOTS + in alloc_srq_queue()