Lines Matching refs:error_count
5371 if (net->error_count > paddrp->spp_pathmaxrxt) {
5375 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5376 (net->error_count > net->pf_threshold)) {
5386 if (net->error_count > paddrp->spp_pathmaxrxt) {
5391 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5416 if (net->error_count > paddrp->spp_pathmaxrxt) {
5420 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5421 (net->error_count > net->pf_threshold)) {
5431 if (net->error_count > paddrp->spp_pathmaxrxt) {
5436 if (net->error_count <= paddrp->spp_pathmaxrxt) {
6368 if ((net->error_count > net->failure_threshold) ||
6369 (net->error_count <= net->pf_threshold)) {
6373 if ((net->error_count > net->pf_threshold) &&
6374 (net->error_count <= net->failure_threshold)) {
6384 if (net->error_count > net->failure_threshold) {
6389 if (net->error_count <= net->failure_threshold) {
6399 if ((net->error_count > net->failure_threshold) ||
6400 (net->error_count <= net->pf_threshold)) {
6404 if ((net->error_count > net->pf_threshold) &&
6405 (net->error_count <= net->failure_threshold)) {
6415 if (net->error_count > net->failure_threshold) {
6420 if (net->error_count <= net->failure_threshold) {