Searched refs:last_pkt_ticks (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_rx.h68 * @last_pkt_ticks: Time we last saw a packet on this connection.
88 unsigned last_pkt_ticks; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c454 if (now - c->last_pkt_ticks > lro_idle_ticks) {
575 if (now - c->last_pkt_ticks > lro_idle_ticks) {
582 c->last_pkt_ticks = ticks;
655 c->last_pkt_ticks = *(volatile int *)&ticks;

Completed in 144 milliseconds