Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h107 #define T4_RQ_NUM_SLOTS 2 macro
108 #define T4_RQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_RQ_NUM_SLOTS)
128 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS];
393 if (wq->rq.wq_pidx >= wq->rq.size * T4_RQ_NUM_SLOTS) in t4_rq_produce()
394 wq->rq.wq_pidx %= wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_produce()
412 return wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_wq_size()
H A Dqp.c280 eqsize = wq->rq.size * T4_RQ_NUM_SLOTS + in create_qp()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h119 #define T4_RQ_NUM_SLOTS 2 macro
120 #define T4_RQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_RQ_NUM_SLOTS)
139 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS];
389 if (wq->rq.wq_pidx >= wq->rq.size * T4_RQ_NUM_SLOTS) in t4_rq_produce()
390 wq->rq.wq_pidx %= wq->rq.size * T4_RQ_NUM_SLOTS; in t4_rq_produce()
H A Ddev.c358 for (i=0; i < qhp->wq.rq.size * T4_RQ_NUM_SLOTS; i++) { in dump_qp()