Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/networking/device_drivers/ethernet/dlink/
Ddl2k.rst238 jumbo=[0|1] Specifies the jumbo frame support. If jumbo=1,
239 the NIC accept jumbo frames. By default, this
243 This feature need jumbo frame compatible
/linux-6.1.9/drivers/net/ethernet/dlink/
Ddl2k.c23 static int jumbo[MAX_UNITS]; variable
39 module_param_array(jumbo, int, NULL, 0);
190 if (jumbo[card_idx] != 0) { in rio_probe1()
191 np->jumbo = 1; in rio_probe1()
194 np->jumbo = 0; in rio_probe1()
221 dev->max_mtu = np->jumbo ? MAX_JUMBO : PACKET_SIZE; in rio_probe1()
556 if (np->jumbo != 0) in rio_hw_init()
Ddl2k.h386 unsigned int jumbo:1; /* Jumbo frame enable */ member
/linux-6.1.9/drivers/net/ethernet/alteon/
Dacenic.c1500 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument
1507 if (!jumbo) { in ace_set_rxtx_parms()
1591 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet()
1894 ap->jumbo = 0; in ace_handle_event()
2195 if (ap->jumbo) { in ace_interrupt()
2243 if (ap->jumbo && in ace_open()
2344 if (ap->jumbo) { in ace_close()
2546 if (!(ap->jumbo)) { in ace_change_mtu()
2549 ap->jumbo = 1; in ace_change_mtu()
2558 if (ap->jumbo) { in ace_change_mtu()
Dacenic.h670 int tasklet_pending, jumbo; member
784 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
/linux-6.1.9/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2830 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument
2836 *jumbo = 0; in ehea_get_jumboframe_status()
2851 *jumbo = 1; in ehea_get_jumboframe_status()
2862 *jumbo = 1; in ehea_get_jumboframe_status()
2948 int jumbo; in ehea_setup_single_port() local
3023 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port()
3028 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/
Dfm10k.rst85 each jumbo packet. This should help to avoid buffer starvation issues when
Dixgbe.rst436 each jumbo packet. This should help to avoid buffer starvation issues when
439 NOTE: For 82599-based network connections, if you are enabling jumbo frames in
440 a virtual function (VF), jumbo frames must first be enabled in the physical
Dice.rst665 NOTE: The maximum MTU setting for jumbo frames is 9702. This corresponds to the
666 maximum jumbo frame size of 9728 bytes.
669 each jumbo packet. This should help to avoid buffer starvation issues when
672 NOTE: Packet loss may have a greater impact on throughput when you use jumbo
673 frames. If you observe a drop in performance after enabling jumbo frames,
Di40e.rst337 each jumbo packet. This should help to avoid buffer starvation issues when
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dethernet-driver.rst179 The DPAA2 hardware can process jumbo Ethernet frames of up to 10K bytes.
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/neterion/
Ds2io.rst22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
/linux-6.1.9/drivers/net/ethernet/realtek/
Dr8169_main.c2287 bool jumbo = tp->dev->mtu > ETH_DATA_LEN; in rtl_jumbo_config() local
2293 if (jumbo) { in rtl_jumbo_config()
2301 if (jumbo) { in rtl_jumbo_config()
2309 if (jumbo) in rtl_jumbo_config()
2315 if (jumbo) in rtl_jumbo_config()
2329 if (jumbo) { in rtl_jumbo_config()
/linux-6.1.9/Documentation/networking/
Drxrpc.rst1159 indicates to the peer whether we're willing to accept jumbo packets.
1163 The maximum number of packets that we're willing to accept in a jumbo
1164 packet. Non-terminal packets in a jumbo packet must contain a four byte
1166 a four byte header plus any amount of data. In any event, a jumbo packet
Dethtool-netlink.rst861 ``ETHTOOL_A_RINGS_RX_JUMBO_MAX`` u32 max size of RX jumbo ring
865 ``ETHTOOL_A_RINGS_RX_JUMBO`` u32 size of RX jumbo ring
898 ``ETHTOOL_A_RINGS_RX_JUMBO`` u32 size of RX jumbo ring
/linux-6.1.9/drivers/net/ethernet/marvell/
Dskge.c1537 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local
1604 if (jumbo) in genesis_mac_init()
1621 if (hw->ports > 1 && jumbo) in genesis_mac_init()
1681 if (jumbo) { in genesis_mac_init()
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c5035 bool jumbo = false; in mvpp2_change_mtu() local
5042 jumbo = true; in mvpp2_change_mtu()
5047 if (!jumbo) { in mvpp2_change_mtu()