Lines Matching defs:gso
34 static bool csum = true, gso = true, napi_tx = true;
36 module_param(gso, bool, 0444);
216 VIRTNET_STATS_DESC_TX(gso, gso_packets_noseg),
217 VIRTNET_STATS_DESC_TX(gso, gso_bytes_noseg),
264 VIRTNET_STATS_DESC_RX_QSTAT(gso, gso_packets, hw_gro_packets),
265 VIRTNET_STATS_DESC_RX_QSTAT(gso, gso_bytes, hw_gro_bytes),
266 VIRTNET_STATS_DESC_RX_QSTAT(gso, gso_packets_coalesced, hw_gro_wire_packets),
267 VIRTNET_STATS_DESC_RX_QSTAT(gso, gso_bytes_coalesced, hw_gro_wire_bytes),
271 VIRTNET_STATS_DESC_TX_QSTAT(gso, gso_packets, hw_gso_packets),
272 VIRTNET_STATS_DESC_TX_QSTAT(gso, gso_bytes, hw_gso_bytes),
273 VIRTNET_STATS_DESC_TX_QSTAT(gso, gso_segments, hw_gso_wire_packets),
274 VIRTNET_STATS_DESC_TX_QSTAT(gso, gso_segments_bytes, hw_gso_wire_bytes),
2521 net_warn_ratelimited("%s: bad gso: type: %x, size: %u, flags %x tunnel %d tnl csum %d\n",
6807 if (gso)
6809 /* (!csum && gso) case will be fixed by register_netdev() */