Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h88 unsigned last_pkt_ticks; member
H A Dsfxge_rx.c455 if (now - c->last_pkt_ticks > lro_idle_ticks) { in sfxge_lro_purge_idle()
576 if (now - c->last_pkt_ticks > lro_idle_ticks) { in sfxge_lro_try_merge()
583 c->last_pkt_ticks = ticks; in sfxge_lro_try_merge()
656 c->last_pkt_ticks = *(volatile int *)&ticks; in sfxge_lro_new_conn()