/Linux-v5.15/Documentation/networking/device_drivers/ethernet/dlink/ |
D | dl2k.rst | 238 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-v5.15/drivers/net/ethernet/dlink/ |
D | dl2k.c | 23 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() 557 if (np->jumbo != 0) in rio_hw_init()
|
D | dl2k.h | 386 unsigned int jumbo:1; /* Jumbo frame enable */ member
|
/Linux-v5.15/drivers/net/ethernet/alteon/ |
D | acenic.c | 1503 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument 1510 if (!jumbo) { in ace_set_rxtx_parms() 1594 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet() 1897 ap->jumbo = 0; in ace_handle_event() 2198 if (ap->jumbo) { in ace_interrupt() 2246 if (ap->jumbo && in ace_open() 2347 if (ap->jumbo) { in ace_close() 2549 if (!(ap->jumbo)) { in ace_change_mtu() 2552 ap->jumbo = 1; in ace_change_mtu() 2561 if (ap->jumbo) { in ace_change_mtu()
|
D | acenic.h | 670 int tasklet_pending, jumbo; member 785 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
|
/Linux-v5.15/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2828 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument 2834 *jumbo = 0; in ehea_get_jumboframe_status() 2849 *jumbo = 1; in ehea_get_jumboframe_status() 2860 *jumbo = 1; in ehea_get_jumboframe_status() 2945 int jumbo; in ehea_setup_single_port() local 3020 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port() 3025 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/intel/ |
D | fm10k.rst | 85 each jumbo packet. This should help to avoid buffer starvation issues when
|
D | ixgbe.rst | 436 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
|
D | ice.rst | 665 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,
|
D | i40e.rst | 337 each jumbo packet. This should help to avoid buffer starvation issues when
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | ethernet-driver.rst | 179 The DPAA2 hardware can process jumbo Ethernet frames of up to 10K bytes.
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/neterion/ |
D | s2io.rst | 22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
/Linux-v5.15/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 2353 bool jumbo = tp->dev->mtu > ETH_DATA_LEN; in rtl_jumbo_config() local 2360 if (jumbo) { in rtl_jumbo_config() 2368 if (jumbo) { in rtl_jumbo_config() 2376 if (jumbo) in rtl_jumbo_config() 2382 if (jumbo) in rtl_jumbo_config() 2396 if (jumbo) { in rtl_jumbo_config()
|
/Linux-v5.15/Documentation/networking/ |
D | rxrpc.rst | 1170 indicates to the peer whether we're willing to accept jumbo packets. 1174 The maximum number of packets that we're willing to accept in a jumbo 1175 packet. Non-terminal packets in a jumbo packet must contain a four byte 1177 a four byte header plus any amount of data. In any event, a jumbo packet
|
D | ethtool-netlink.rst | 838 ``ETHTOOL_A_RINGS_RX_JUMBO_MAX`` u32 max size of RX jumbo ring 842 ``ETHTOOL_A_RINGS_RX_JUMBO`` u32 size of RX jumbo ring 858 ``ETHTOOL_A_RINGS_RX_JUMBO`` u32 size of RX jumbo ring
|
/Linux-v5.15/drivers/net/ethernet/marvell/ |
D | skge.c | 1534 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local 1601 if (jumbo) in genesis_mac_init() 1618 if (hw->ports > 1 && jumbo) in genesis_mac_init() 1678 if (jumbo) { in genesis_mac_init()
|
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 5028 bool jumbo = false; in mvpp2_change_mtu() local 5035 jumbo = true; in mvpp2_change_mtu() 5040 if (!jumbo) { in mvpp2_change_mtu()
|