/linux-6.1.9/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-6.1.9/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() 556 if (np->jumbo != 0) in rio_hw_init()
|
D | dl2k.h | 386 unsigned int jumbo:1; /* Jumbo frame enable */ member
|
/linux-6.1.9/drivers/net/ethernet/alteon/ |
D | acenic.c | 1500 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()
|
D | acenic.h | 670 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/ |
D | ehea_main.c | 2830 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/ |
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-6.1.9/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-6.1.9/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-6.1.9/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 2287 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/ |
D | rxrpc.rst | 1159 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
|
D | ethtool-netlink.rst | 861 ``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/ |
D | skge.c | 1537 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/ |
D | mvpp2_main.c | 5035 bool jumbo = false; in mvpp2_change_mtu() local 5042 jumbo = true; in mvpp2_change_mtu() 5047 if (!jumbo) { in mvpp2_change_mtu()
|