Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
mpt_netbsd.c | 333 int nrepl = 0; local in function:mpt_intr 338 nrepl = mpt_drain_queue(mpt); 339 return (nrepl != 0); 377 int s, nrepl = 0; local in function:mpt_timeout 407 nrepl = mpt_drain_queue(mpt); 408 if (nrepl ) { 409 mpt_prt(mpt, "mpt_timeout: recovered %d commands",nrepl); 494 int nrepl = 0; local in function:mpt_drain_queue 499 nrepl++; 512 return (nrepl); [all...] |
mpt_netbsd.c | 333 int nrepl = 0; local in function:mpt_intr 338 nrepl = mpt_drain_queue(mpt); 339 return (nrepl != 0); 377 int s, nrepl = 0; local in function:mpt_timeout 407 nrepl = mpt_drain_queue(mpt); 408 if (nrepl ) { 409 mpt_prt(mpt, "mpt_timeout: recovered %d commands",nrepl); 494 int nrepl = 0; local in function:mpt_drain_queue 499 nrepl++; 512 return (nrepl); [all...] |