Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c675 qs->rspq.holdoff_tmr = max(p->coalesce_usecs * 10, 1U); in t3_update_qset_coalesce()
2603 V_NEWTIMER(q->rspq.holdoff_tmr)); in t3_sge_alloc_qset()
2843 if (cxgb_debug && rspq->holdoff_tmr != last_holdoff) { in process_responses()
2844 printf("next_holdoff=%d\n", rspq->holdoff_tmr); in process_responses()
2845 last_holdoff = rspq->holdoff_tmr; in process_responses()
2848 rspq->next_holdoff = rspq->holdoff_tmr; in process_responses()
3319 V_NEWTIMER(qs->rspq.holdoff_tmr)); in t3_set_coalesce_usecs()
HDcxgb_adapter.h178 uint32_t holdoff_tmr; member