Lines Matching defs:lro_ctrl
161 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;
171 unsigned short lro_ackcnt_lim; /* max # of aggregated ACKs */
172 unsigned short lro_cpu; /* Guess at the cpu we have affinity too */
173 unsigned lro_length_lim; /* max len of aggregated data */
174 u_long lro_hashsz;
175 uint32_t lro_last_cpu;
176 uint32_t lro_cnt_of_same_cpu;
177 struct lro_head *lro_hash;
178 struct lro_head lro_active;
179 struct lro_head lro_free;
180 uint8_t lro_cpu_is_set; /* Flag to say its ok to set the CPU on the inp */