Home
last modified time | relevance | path

Searched refs:MVPP2_MAX_TSO_SEGS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h701 /* MVPP2_MAX_TSO_SEGS is the maximum number of fragments to allow in the GSO
705 #define MVPP2_MAX_TSO_SEGS 300 macro
706 #define MVPP2_MAX_SKB_DESCS (MVPP2_MAX_TSO_SEGS * 2 + MAX_SKB_FRAGS)
H A Dmvpp2_main.c6550 dev->gso_max_segs = MVPP2_MAX_TSO_SEGS; in mvpp2_port_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h726 /* MVPP2_MAX_TSO_SEGS is the maximum number of fragments to allow in the GSO
730 #define MVPP2_MAX_TSO_SEGS 300 macro
731 #define MVPP2_MAX_SKB_DESCS (MVPP2_MAX_TSO_SEGS * 2 + MAX_SKB_FRAGS)
H A Dmvpp2_main.c6918 netif_set_tso_max_segs(dev, MVPP2_MAX_TSO_SEGS); in mvpp2_port_probe()

Completed in 26 milliseconds