Home
last modified time | relevance | path

Searched defs:lro_ctrl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_lro.h161 struct lro_ctrl { struct
162 struct ifnet *ifp;
165 uint64_t lro_queued;
166 uint64_t lro_flushed;
167 uint64_t lro_bad_csum;
168 unsigned lro_cnt;
169 unsigned lro_mbuf_count;
170 unsigned lro_mbuf_max;
174 u_long lro_hashsz;
175 uint32_t lro_last_cpu;
[all …]
/freebsd-14.2/sys/dev/cxgb/
H A Dcxgb_sge.c2832 struct lro_ctrl *lro_ctrl = &qs->lro.ctrl; in process_responses() local