Home | Sort by: relevance | last modified time | path |
/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; |