Searched refs:IFCOUNTER_COLLISIONS (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c2322 if_inc_counter(ifp, IFCOUNTER_COLLISIONS,
/freebsd-12-stable/sys/dev/stge/
H A Dif_stge.c1886 if_inc_counter(ifp, IFCOUNTER_COLLISIONS,
/freebsd-12-stable/sys/dev/vge/
H A Dif_vge.c2713 if_inc_counter(ifp, IFCOUNTER_COLLISIONS,
/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1728 * Note, IFCOUNTER_OPACKETS, IFCOUNTER_COLLISIONS
2490 if_inc_counter(ifp, IFCOUNTER_COLLISIONS,
/freebsd-12-stable/sys/dev/ce/
H A Dif_ce.c1155 if_inc_counter(d->ifp, IFCOUNTER_COLLISIONS, 1);
/freebsd-12-stable/sys/dev/cp/
H A Dif_cp.c928 if_inc_counter(d->ifp, IFCOUNTER_COLLISIONS, 1);
/freebsd-12-stable/sys/dev/ctau/
H A Dif_ct.c1153 if_inc_counter(d->ifp, IFCOUNTER_COLLISIONS, 1);
/freebsd-12-stable/sys/dev/cx/
H A Dif_cx.c1394 if_inc_counter(d->ifp, IFCOUNTER_COLLISIONS, 1);
/freebsd-12-stable/sys/dev/bge/
H A Dif_bge.c5047 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, cnt - sc->bge_tx_collisions);
6840 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/age/
H A Dif_age.c2095 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls +
/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxp.c2079 if_inc_counter(ifp, IFCOUNTER_COLLISIONS,
/freebsd-12-stable/sys/dev/neta/
H A Dif_mvneta.c3557 if_inc_counter(sc->ifp, IFCOUNTER_COLLISIONS, val);
/freebsd-12-stable/sys/dev/jme/
H A Dif_jme.c2457 if_inc_counter(ifp, IFCOUNTER_COLLISIONS,
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3219 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/re/
H A Dif_re.c2453 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, 1);
/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c3024 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/txp/
H A Dif_txp.c2880 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/al_eth/
H A Dal_eth.c2859 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/ale/
H A Dif_ale.c2212 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, smb->tx_single_colls +
/freebsd-12-stable/sys/net/
H A Dif.c1796 ifd->ifi_collisions = ifp->if_get_counter(ifp, IFCOUNTER_COLLISIONS);
/freebsd-12-stable/sys/dev/ixgbe/
H A Dif_ix.c1206 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c2233 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/de/
H A Dif_de.c3701 if_inc_counter(sc->tulip_ifp, IFCOUNTER_COLLISIONS, collisions);
/freebsd-12-stable/sys/dev/e1000/
H A Dif_em.c4073 case IFCOUNTER_COLLISIONS:
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.c6285 case IFCOUNTER_COLLISIONS:

Completed in 506 milliseconds

1234