Searched refs:RSPQ_Q_SIZE (Results 1 – 2 of 2) sorted by relevance
145 #define RSPQ_Q_SIZE 2048 macro
589 q->rspq_size = RSPQ_Q_SIZE; in t3_sge_prep()3104 if (rspq->rspq_dump_count > RSPQ_Q_SIZE) { in t3_dump_rspq()3110 if (rspq->rspq_dump_start > (RSPQ_Q_SIZE-1)) { in t3_dump_rspq()3132 (rspq->rspq_dump_start + rspq->rspq_dump_count) & (RSPQ_Q_SIZE-1)); in t3_dump_rspq()3136 idx = i & (RSPQ_Q_SIZE-1); in t3_dump_rspq()