Lines Matching refs:error_count
5378 if (net->error_count > paddrp->spp_pathmaxrxt) {
5382 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5383 (net->error_count > net->pf_threshold)) {
5393 if (net->error_count > paddrp->spp_pathmaxrxt) {
5398 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5423 if (net->error_count > paddrp->spp_pathmaxrxt) {
5427 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5428 (net->error_count > net->pf_threshold)) {
5438 if (net->error_count > paddrp->spp_pathmaxrxt) {
5443 if (net->error_count <= paddrp->spp_pathmaxrxt) {
6387 if ((net->error_count > net->failure_threshold) ||
6388 (net->error_count <= net->pf_threshold)) {
6392 if ((net->error_count > net->pf_threshold) &&
6393 (net->error_count <= net->failure_threshold)) {
6403 if (net->error_count > net->failure_threshold) {
6408 if (net->error_count <= net->failure_threshold) {
6418 if ((net->error_count > net->failure_threshold) ||
6419 (net->error_count <= net->pf_threshold)) {
6423 if ((net->error_count > net->pf_threshold) &&
6424 (net->error_count <= net->failure_threshold)) {
6434 if (net->error_count > net->failure_threshold) {
6439 if (net->error_count <= net->failure_threshold) {