Searched refs:TCP_LRO_ENTRIES (Results 1 – 7 of 7) sorted by relevance
39 #ifndef TCP_LRO_ENTRIES41 #define TCP_LRO_ENTRIES 8 macro
104 static unsigned tcp_lro_entries = TCP_LRO_ENTRIES;
4282 if (sc->vtnet_lro_entry_count < TCP_LRO_ENTRIES) in vtnet_load_tunables()4283 sc->vtnet_lro_entry_count = TCP_LRO_ENTRIES; in vtnet_load_tunables()
4964 if (lroent_cnt < TCP_LRO_ENTRIES) in hn_create_rx_data() 4965 lroent_cnt = TCP_LRO_ENTRIES; in hn_create_rx_data()
1250 err = -tcp_lro_init_args(&rq->lro, priv->ifp, TCP_LRO_ENTRIES, wq_sz); in mlx5e_create_rq()
6094 TCP_LRO_ENTRIES, min(1024, in iflib_rx_structures_setup()
192 static int lro_entries = TCP_LRO_ENTRIES;