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

/freebsd-11-stable/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.c456 if (now - c->last_pkt_ticks > lro_idle_ticks) {
577 if (now - c->last_pkt_ticks > lro_idle_ticks) {
584 c->last_pkt_ticks = ticks;
657 c->last_pkt_ticks = *(volatile int *)&ticks;

Completed in 64 milliseconds