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

/freebsd-10.2-release/sys/dev/sfxge/
H A Dsfxge_rx.h76 * struct sfxge_lro_conn - Connection state for software LRO
97 struct sfxge_lro_conn { struct
98 TAILQ_ENTRY(sfxge_lro_conn) link;
99 LIST_ENTRY(sfxge_lro_conn) active_link;
124 * @free_conns: Free sfxge_lro_conn instances.
140 TAILQ_HEAD(sfxge_lro_tailq, sfxge_lro_conn) *conns;
142 LIST_HEAD(, sfxge_lro_conn) active_conns;
143 TAILQ_HEAD(, sfxge_lro_conn) free_conns;
H A Dsfxge_rx.c124 /* 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)
420 static void sfxge_lro_drop(struct sfxge_rxq *rxq, struct sfxge_lro_conn *c)
443 struct sfxge_lro_conn *c;
463 sfxge_lro_merge(struct sfxge_lro_state *st, struct sfxge_lro_conn *c,
498 sfxge_lro_start(struct sfxge_lro_state *st, struct sfxge_lro_conn *c,
524 sfxge_lro_try_merge(struct sfxge_rxq *rxq, struct sfxge_lro_conn *c)
630 struct sfxge_lro_conn *c;
674 struct sfxge_lro_conn *c;
775 struct sfxge_lro_conn *
[all...]

Completed in 93 milliseconds