Searched refs:holdoff_tmr (Results 1 – 2 of 2) sorted by relevance
677 qs->rspq.holdoff_tmr = max(p->coalesce_usecs * 10, 1U); in t3_update_qset_coalesce()2593 V_NEWTIMER(q->rspq.holdoff_tmr)); in t3_sge_alloc_qset()2834 if (cxgb_debug && rspq->holdoff_tmr != last_holdoff) { in process_responses()2835 printf("next_holdoff=%d\n", rspq->holdoff_tmr); in process_responses()2836 last_holdoff = rspq->holdoff_tmr; in process_responses()2839 rspq->next_holdoff = rspq->holdoff_tmr; in process_responses()3315 V_NEWTIMER(qs->rspq.holdoff_tmr)); in t3_set_coalesce_usecs()
176 uint32_t holdoff_tmr; member