Lines Matching refs:error_count
5394 if (net->error_count > paddrp->spp_pathmaxrxt) {
5398 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5399 (net->error_count > net->pf_threshold)) {
5409 if (net->error_count > paddrp->spp_pathmaxrxt) {
5414 if (net->error_count <= paddrp->spp_pathmaxrxt) {
5439 if (net->error_count > paddrp->spp_pathmaxrxt) {
5443 if ((net->error_count <= paddrp->spp_pathmaxrxt) &&
5444 (net->error_count > net->pf_threshold)) {
5454 if (net->error_count > paddrp->spp_pathmaxrxt) {
5459 if (net->error_count <= paddrp->spp_pathmaxrxt) {
6403 if ((net->error_count > net->failure_threshold) ||
6404 (net->error_count <= net->pf_threshold)) {
6408 if ((net->error_count > net->pf_threshold) &&
6409 (net->error_count <= net->failure_threshold)) {
6419 if (net->error_count > net->failure_threshold) {
6424 if (net->error_count <= net->failure_threshold) {
6434 if ((net->error_count > net->failure_threshold) ||
6435 (net->error_count <= net->pf_threshold)) {
6439 if ((net->error_count > net->pf_threshold) &&
6440 (net->error_count <= net->failure_threshold)) {
6450 if (net->error_count > net->failure_threshold) {
6455 if (net->error_count <= net->failure_threshold) {