Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h87 #define T4_SQ_NUM_SLOTS 5 macro
88 #define T4_SQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_SQ_NUM_SLOTS)
122 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS];
441 if (wq->sq.wq_pidx >= wq->sq.size * T4_SQ_NUM_SLOTS) in t4_sq_produce()
442 wq->sq.wq_pidx %= wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_produce()
462 return wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_wq_size()
H A Dqp.c259 eqsize = wq->sq.size * T4_SQ_NUM_SLOTS + in create_qp()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h110 #define T4_SQ_NUM_SLOTS 5 macro
111 #define T4_SQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_SQ_NUM_SLOTS)
133 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS];
432 if (wq->sq.wq_pidx >= wq->sq.size * T4_SQ_NUM_SLOTS) in t4_sq_produce()
433 wq->sq.wq_pidx %= wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_produce()
H A Ddev.c333 for (i=0; i < qhp->wq.sq.size * T4_SQ_NUM_SLOTS; i++) { in dump_qp()