Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h177 uint32_t next_holdoff; member
H A Dcxgb_sge.c2845 rspq->next_holdoff = rspq->holdoff_tmr; in process_responses()
2882 rspq->next_holdoff = NOMEM_INTR_DELAY; in process_responses()
3006 if (cxgb_debug && (rq->next_holdoff != last_holdoff)) { in process_responses_gts()
3007 printf("next_holdoff=%d\n", rq->next_holdoff); in process_responses_gts()
3008 last_holdoff = rq->next_holdoff; in process_responses_gts()
3011 V_NEWTIMER(rq->next_holdoff) | V_NEWINDEX(rq->cidx)); in process_responses_gts()