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

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 2395 static int last_holdoff = 0; local in function:process_responses
2396 if (cxgb_debug && rspq->holdoff_tmr != last_holdoff) {
2398 last_holdoff = rspq->holdoff_tmr;
2537 static int last_holdoff = 0; local in function:process_responses_gts
2541 if (cxgb_debug && (rq->next_holdoff != last_holdoff)) {
2543 last_holdoff = rq->next_holdoff;
cxgb_sge.c 2395 static int last_holdoff = 0; local in function:process_responses
2396 if (cxgb_debug && rspq->holdoff_tmr != last_holdoff) {
2398 last_holdoff = rspq->holdoff_tmr;
2537 static int last_holdoff = 0; local in function:process_responses_gts
2541 if (cxgb_debug && (rq->next_holdoff != last_holdoff)) {
2543 last_holdoff = rq->next_holdoff;

Completed in 56 milliseconds