Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c942 struct sfxge_tso_state { struct
968 static const struct ip *tso_iph(const struct sfxge_tso_state *tso) in tso_iph() argument
975 static __unused const struct ip6_hdr *tso_ip6h(const struct sfxge_tso_state *tso) in tso_ip6h()
982 static const struct tcphdr *tso_tcph(const struct sfxge_tso_state *tso) in tso_tcph()
1039 static void tso_start(struct sfxge_txq *txq, struct sfxge_tso_state *tso, in tso_start()
1151 struct sfxge_tso_state *tso) in tso_fill_packet_with_fragment()
1215 struct sfxge_tso_state *tso, in tso_start_new_packet()
1366 struct sfxge_tso_state tso; in sfxge_tx_queue_tso()