Searched refs:GSO_MAX_SIZE (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 436 #define GSO_MAX_SIZE 65536 macro 455 div64_ul((__u64)GSO_MAX_SIZE * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
|
| /linux/drivers/net/ |
| H A D | loopback.c | 194 netif_set_tso_max_size(dev, GSO_MAX_SIZE); in gen_lo_setup()
|
| H A D | ifb.c | 335 netif_set_tso_max_size(dev, GSO_MAX_SIZE); in ifb_setup()
|
| H A D | veth.c | 1764 netif_set_tso_max_size(dev, GSO_MAX_SIZE);
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | tx_common.c | 416 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE)); in efx_siena_tx_max_skb_descs()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 2476 #define GSO_MAX_SIZE (8 * GSO_MAX_SEGS) 2450 #define GSO_MAX_SIZE global() macro
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 3425 netif_set_tso_max_size(dev, GSO_MAX_SIZE); in mlx4_en_init_netdev()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 3563 netif_set_tso_max_size(ndev, GSO_MAX_SIZE); in mana_rdma_service_handle()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 5970 netif_set_tso_max_size(netdev, GSO_MAX_SIZE); in mlx5e_destroy_q_counters()
|
| /linux/net/core/ |
| H A D | dev.c | 3319 dev->tso_max_size = min(GSO_MAX_SIZE, size); in netif_set_tso_max_size()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 17071 netif_set_tso_max_size(dev, GSO_MAX_SIZE); in bnxt_init_one()
|