Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgb/
HDcxgb_sge.c680 qs->rspq.holdoff_tmr = max(p->coalesce_usecs * 10, 1U); in t3_update_qset_coalesce()
2596 V_NEWTIMER(q->rspq.holdoff_tmr)); in t3_sge_alloc_qset()
2837 if (cxgb_debug && rspq->holdoff_tmr != last_holdoff) { in process_responses()
2838 printf("next_holdoff=%d\n", rspq->holdoff_tmr); in process_responses()
2839 last_holdoff = rspq->holdoff_tmr; in process_responses()
2842 rspq->next_holdoff = rspq->holdoff_tmr; in process_responses()
3318 V_NEWTIMER(qs->rspq.holdoff_tmr)); in t3_set_coalesce_usecs()
HDcxgb_adapter.h176 uint32_t holdoff_tmr; member