Searched refs:TCP_LRO_ENTRIES (Results 1 – 7 of 7) sorted by relevance
39 #ifndef TCP_LRO_ENTRIES41 #define TCP_LRO_ENTRIES 8 macro
105 static unsigned tcp_lro_entries = TCP_LRO_ENTRIES;
4423 if (sc->vtnet_lro_entry_count < TCP_LRO_ENTRIES) in vtnet_load_tunables()4424 sc->vtnet_lro_entry_count = TCP_LRO_ENTRIES; in vtnet_load_tunables()
4951 if (lroent_cnt < TCP_LRO_ENTRIES) in hn_create_rx_data()4952 lroent_cnt = TCP_LRO_ENTRIES; in hn_create_rx_data()
1240 err = -tcp_lro_init_args(&rq->lro, priv->ifp, TCP_LRO_ENTRIES, wq_sz); in mlx5e_create_rq()
6012 TCP_LRO_ENTRIES, min(1024, in iflib_rx_structures_setup()
191 static int lro_entries = TCP_LRO_ENTRIES;