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

/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h60 * struct sfxge_lro_conn - Connection state for software LRO
81 struct sfxge_lro_conn { struct
82 TAILQ_ENTRY(sfxge_lro_conn) link;
83 LIST_ENTRY(sfxge_lro_conn) active_link;
108 * @free_conns: Free sfxge_lro_conn instances.
124 TAILQ_HEAD(sfxge_lro_tailq, sfxge_lro_conn) *conns;
126 LIST_HEAD(, sfxge_lro_conn) active_conns;
127 TAILQ_HEAD(, sfxge_lro_conn) free_conns;
H A Dsfxge_rx.c132 /* Flags for sfxge_lro_conn::l2_id; must not collide with EVL_VLID_MASK */
374 sfxge_lro_deliver(struct sfxge_lro_state *st, struct sfxge_lro_conn *c)
422 static void sfxge_lro_drop(struct sfxge_rxq *rxq, struct sfxge_lro_conn *c)
445 struct sfxge_lro_conn *c;
465 sfxge_lro_merge(struct sfxge_lro_state *st, struct sfxge_lro_conn *c,
500 sfxge_lro_start(struct sfxge_lro_state *st, struct sfxge_lro_conn *c,
526 sfxge_lro_try_merge(struct sfxge_rxq *rxq, struct sfxge_lro_conn *c)
632 struct sfxge_lro_conn *c;
676 struct sfxge_lro_conn *c;
777 struct sfxge_lro_conn *
[all...]

Completed in 113 milliseconds