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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h58 * struct sfxge_lro_conn - Connection state for software LRO
79 struct sfxge_lro_conn { struct
80 TAILQ_ENTRY(sfxge_lro_conn) link;
81 LIST_ENTRY(sfxge_lro_conn) active_link;
106 * @free_conns: Free sfxge_lro_conn instances.
122 TAILQ_HEAD(sfxge_lro_tailq, sfxge_lro_conn) *conns;
124 LIST_HEAD(, sfxge_lro_conn) active_conns;
125 TAILQ_HEAD(, sfxge_lro_conn) free_conns;
H A Dsfxge_rx.c131 /* Flags for sfxge_lro_conn::l2_id; must not collide with EVL_VLID_MASK */
373 sfxge_lro_deliver(struct sfxge_lro_state *st, struct sfxge_lro_conn *c)
421 static void sfxge_lro_drop(struct sfxge_rxq *rxq, struct sfxge_lro_conn *c)
444 struct sfxge_lro_conn *c;
464 sfxge_lro_merge(struct sfxge_lro_state *st, struct sfxge_lro_conn *c,
499 sfxge_lro_start(struct sfxge_lro_state *st, struct sfxge_lro_conn *c,
525 sfxge_lro_try_merge(struct sfxge_rxq *rxq, struct sfxge_lro_conn *c)
631 struct sfxge_lro_conn *c;
675 struct sfxge_lro_conn *c;
776 struct sfxge_lro_conn *
[all...]

Completed in 54 milliseconds