Home
last modified time | relevance | path

Searched refs:GSO_MAX_SIZE (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c425 #define GSO_MAX_SIZE 65536 macro
444 div64_ul((__u64)GSO_MAX_SIZE * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
/linux/drivers/net/ethernet/sfc/
A Dtx_common.c417 DIV_ROUND_UP(GSO_MAX_SIZE, EFX_PAGE_SIZE)); in efx_tx_max_skb_descs()
A Def100_nic.c998 nic_data->tso_max_payload_len = min_t(u64, reader->value, GSO_MAX_SIZE); in ef100_process_design_param()
/linux/net/ipv4/
A Dtcp_cubic.c383 div64_ul((u64)GSO_MAX_SIZE * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
A Dtcp_bbr.c313 GSO_MAX_SIZE - 1 - MAX_TCP_HEADER); in bbr_tso_segs_goal()
A Dtcp_output.c1553 limit = sk->sk_sndbuf + 2 * SKB_TRUESIZE(GSO_MAX_SIZE); in tcp_fragment()
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac.h41 #define XLGMAC_TX_MAX_SPLIT ((GSO_MAX_SIZE / XLGMAC_TX_MAX_BUF_SIZE) + 1)
/linux/drivers/net/ethernet/sfc/falcon/
A Dtx.c101 DIV_ROUND_UP(GSO_MAX_SIZE, EF4_PAGE_SIZE)); in ef4_tx_max_skb_descs()
/linux/net/bridge/
A Dbr_if.c520 unsigned int gso_max_size = GSO_MAX_SIZE; in br_set_gso_limits()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h154 #define XGBE_TX_MAX_SPLIT ((GSO_MAX_SIZE / XGBE_TX_MAX_BUF_SIZE) + 1)
/linux/net/bpf/
A Dtest_run.c527 __skb->wire_len > GSO_MAX_SIZE) in convert___skb_to_skb()
/linux/drivers/net/hyperv/
A Drndis_filter.c1350 unsigned int gso_max_size = GSO_MAX_SIZE; in rndis_netdev_set_hwcaps()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c1951 return PAGE_SIZE * nr_frags + data_bcnt <= GSO_MAX_SIZE; in mlx5e_hw_gro_skb_has_enough_space()
/linux/include/linux/
A Dnetdevice.h2235 #define GSO_MAX_SIZE 65536 macro
/linux/drivers/net/bonding/
A Dbond_main.c1419 unsigned int gso_max_size = GSO_MAX_SIZE; in bond_compute_features()
/linux/net/core/
A Drtnetlink.c2751 if (max_size > GSO_MAX_SIZE) { in do_setlink()
A Ddev.c10855 dev->gso_max_size = GSO_MAX_SIZE; in alloc_netdev_mqs()

Completed in 91 milliseconds