Searched refs:T4_SQ_NUM_SLOTS (Results 1 – 4 of 4) sorted by relevance
87 #define T4_SQ_NUM_SLOTS 5 macro88 #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()
259 eqsize = wq->sq.size * T4_SQ_NUM_SLOTS + in create_qp()
110 #define T4_SQ_NUM_SLOTS 5 macro111 #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()
333 for (i=0; i < qhp->wq.sq.size * T4_SQ_NUM_SLOTS; i++) { in dump_qp()