Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.h161 struct lro_ctrl { struct
162 struct ifnet *ifp;
163 struct lro_mbuf_sort *lro_mbuf_data;
164 struct bintime lro_last_queue_time; /* last time data was queued */
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;
[all …]
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c2829 struct lro_ctrl *lro_ctrl = &qs->lro.ctrl; in process_responses() local