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

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h70 * @last_pkt_ticks: Time we last saw a packet on this connection.
90 unsigned last_pkt_ticks; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c457 if (now - c->last_pkt_ticks > lro_idle_ticks) {
578 if (now - c->last_pkt_ticks > lro_idle_ticks) {
585 c->last_pkt_ticks = ticks;
658 c->last_pkt_ticks = *(volatile int *)&ticks;

Completed in 93 milliseconds