Searched refs:ticks (Results 176 - 200 of 204) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/usb/net/
H A Dif_cdce.c686 seed = ticks;
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c651 tp->t_rcvtime = ticks;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c867 txr->watchdog_time = ticks;
987 txr->watchdog_time = ticks;
4120 txr->watchdog_time = ticks;
4147 if ((!processed) && ((ticks - txr->watchdog_time) > IGB_WATCHDOG))
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h525 uint64_t ticks; member in struct:oce_aic_obj
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c490 * The lower 16 bits is the time in 0.5us ticks that the
4079 int running, ticks; local
4082 ticks = mxge_ticks;
4100 ticks *= 4;
4104 callout_reset(&sc->co_hdl, ticks, mxge_tick, sc);
4314 TUNABLE_INT_FETCH("hw.mxge.ticks", &mxge_ticks);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c627 macaddr_mid = (uint32_t) ticks;
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c381 sc->sc_led_ticks = ticks - sc->sc_led_idle;
536 "# ticks before LED enters idle state");
3924 if (ticks - sc->sc_led_ticks < sc->sc_led_idle)
3928 sc->sc_led_ticks = ticks;
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c287 sc->sc_ledevent = ticks;
1285 } else if (ticks - sc->sc_ledevent >= sc->sc_ledidle)
3443 sc->sc_ledevent = ticks; /* time of last event */
3517 "idle time for inactivity LED (ticks)");
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c1099 ((u_int)(ticks - ncticks) < (nmp->nm_nametimeo * hz) &&
1126 if ((u_int)(ticks - ncticks) < (nmp->nm_negnametimeo * hz) &&
2402 * The name is now changed to .nfs.<ticks>.<pid>.4, where ticks is
2403 * CPU ticks since boot.
2406 lticks = (unsigned int)ticks;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c5037 /* ticks(I) - current value of ipfilter tick timer */
5044 ipf_state_matcharray(state, array, ticks)
5047 u_long ticks;
5176 rv |= (ticks - state->is_touched > e->ipfe_arg0[0]);
H A Dip_nat.c7745 ipf_nat_matcharray(nat, array, ticks)
7748 u_long ticks;
7917 e |= (ticks - nat->nat_touched > x[3]);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c1448 tp->t_rcvtime = ticks;
H A Dt4_ddp.c536 tp->t_rcvtime = ticks;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_hostap.c1725 ic->ic_lastnonerp = ticks;
H A Dieee80211_output.c283 ic->ic_lastdata = ticks;
427 ic->ic_lastdata = ticks;
H A Dieee80211_mesh.c215 rt->rt_updtime = ticks; /* create time */
265 now = ticks;
/freebsd-11-stable/sys/netinet/
H A Dtcp_usrreq.c1393 ti->tcpi_last_data_recv = (long)(ticks - (int)tp->t_rcvtime) * tick;
/freebsd-11-stable/sys/kern/
H A Dkern_time.c1055 * clock ticks for minimal overhead.
1067 now = ticks;
H A Dkern_proc.c973 kp->ki_swtime = (ticks - p->p_swtick) / hz;
1125 kp->ki_slptime = (ticks - td->td_slptick) / hz;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c846 if (sc->sc_sleeping && sc->sc_sleep_end < ticks) {
915 sc->sc_sleep_end = sleep ? ticks + sc->sc_sleep_time : 0;
/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c1424 uint64_t ticks_now = ticks;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c282 &bxe_hc_rx_ticks, 0, "Host Coalescing Rx ticks");
287 &bxe_hc_tx_ticks, 0, "Host Coalescing Tx ticks");
1755 uint8_t ticks)
1761 REG_WR8(sc, addr, ticks);
1764 "port %d fw_sb_id %d sb_index %d ticks %d\n",
1765 port, fw_sb_id, sb_index, ticks);
1801 uint8_t ticks = (usec / 4); /* XXX ??? */ local
1803 bxe_storm_memset_hc_timeout(sc, port, fw_sb_id, sb_index, ticks);
1751 bxe_storm_memset_hc_timeout(struct bxe_softc *sc, uint8_t port, uint8_t fw_sb_id, uint8_t sb_index, uint8_t ticks) argument
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c7285 if (ticks - sc->sc_led_ticks < sc->sc_led_idle)
7289 sc->sc_led_ticks = ticks;
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1761 if (sc->hn_vf_rdytick > ticks)
1958 sc->hn_vf_rdytick = ticks + wait_ticks;
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3552 sc->status.ticks++;

Completed in 566 milliseconds

123456789