Searched refs:mp_howlong (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/mlx/
H A Dmlxio.h54 int mp_howlong; member in struct:mlx_pause
H A Dmlx.c896 if ((mp->mp_howlong < 1) || (mp->mp_howlong > (0xf * 30)))
916 sc->mlx_pause.mp_howlong = sc->mlx_pause.mp_when + mp->mp_howlong;
1095 if (time_second >= sc->mlx_pause.mp_howlong) {
1492 failsafe = ((sc->mlx_pause.mp_howlong - time_second) + 5) / 30;
1495 sc->mlx_pause.mp_howlong = time_second + (0xf * 30) - 5;
1542 channel, (long)(sc->mlx_pause.mp_howlong - time_second));
/freebsd-12-stable/usr.sbin/mlxcontrol/
H A Dcommand.c660 mp.mp_howlong = 30;
674 mp.mp_howlong = strtol(optarg, &cp, 0);

Completed in 40 milliseconds