Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4.h63 #define T4_SQ_NUM_SLOTS 5 macro
64 #define T4_SQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_SQ_NUM_SLOTS)
100 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS];
418 if (wq->sq.wq_pidx >= wq->sq.size * T4_SQ_NUM_SLOTS) in t4_sq_produce()
419 wq->sq.wq_pidx %= wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_produce()
439 return wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_wq_size()
Dqp.c311 eqsize = wq->sq.size * T4_SQ_NUM_SLOTS + in create_qp()