Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dt4.h68 #define T4_SQ_NUM_SLOTS 5 macro
69 #define T4_SQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_SQ_NUM_SLOTS)
110 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS];
553 if (wq->sq.wq_pidx >= wq->sq.size * T4_SQ_NUM_SLOTS) in t4_sq_produce()
554 wq->sq.wq_pidx %= wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_produce()
573 return wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_wq_size()
H A Dqp.c330 eqsize = wq->sq.size * T4_SQ_NUM_SLOTS + in create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dt4.h68 #define T4_SQ_NUM_SLOTS 5 macro
69 #define T4_SQ_NUM_BYTES (T4_EQ_ENTRY_SIZE * T4_SQ_NUM_SLOTS)
110 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS];
543 if (wq->sq.wq_pidx >= wq->sq.size * T4_SQ_NUM_SLOTS) in t4_sq_produce()
544 wq->sq.wq_pidx %= wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_produce()
563 return wq->sq.size * T4_SQ_NUM_SLOTS; in t4_sq_wq_size()
H A Dqp.c330 eqsize = wq->sq.size * T4_SQ_NUM_SLOTS + in create_qp()

Completed in 11 milliseconds