Lines Matching refs:error_count
5373 if (net->error_count > paddrp->spp_pathmaxrxt) {
5377 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5378 (net->error_count > net->pf_threshold)) {
5388 if (net->error_count > paddrp->spp_pathmaxrxt) {
5393 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5418 if (net->error_count > paddrp->spp_pathmaxrxt) {
5422 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5423 (net->error_count > net->pf_threshold)) {
5433 if (net->error_count > paddrp->spp_pathmaxrxt) {
5438 if (net->error_count <= paddrp->spp_pathmaxrxt) {
6382 if ((net->error_count > net->failure_threshold) ||
6383 (net->error_count <= net->pf_threshold)) {
6387 if ((net->error_count > net->pf_threshold) &&
6388 (net->error_count <= net->failure_threshold)) {
6398 if (net->error_count > net->failure_threshold) {
6403 if (net->error_count <= net->failure_threshold) {
6413 if ((net->error_count > net->failure_threshold) ||
6414 (net->error_count <= net->pf_threshold)) {
6418 if ((net->error_count > net->pf_threshold) &&
6419 (net->error_count <= net->failure_threshold)) {
6429 if (net->error_count > net->failure_threshold) {
6434 if (net->error_count <= net->failure_threshold) {