HomeSort by: relevance | last modified time | path
    Searched refs:holdoff_tmr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 446 qs->rspq.holdoff_tmr = uimax(p->coalesce_nsecs/100, 1U);
2141 V_NEWTIMER(q->rspq.holdoff_tmr));
2396 if (cxgb_debug && rspq->holdoff_tmr != last_holdoff) {
2397 printf("next_holdoff=%d\n", rspq->holdoff_tmr);
2398 last_holdoff = rspq->holdoff_tmr;
2401 rspq->next_holdoff = rspq->holdoff_tmr;
cxgb_adapter.h 195 uint32_t holdoff_tmr; member in struct:sge_rspq

Completed in 13 milliseconds