/Linux-v5.10/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.10/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.10/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.10/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2826 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument 2832 *jumbo = 0; in ehea_get_jumboframe_status() 2847 *jumbo = 1; in ehea_get_jumboframe_status() 2858 *jumbo = 1; in ehea_get_jumboframe_status() 2943 int jumbo; in ehea_setup_single_port() local 3018 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port() 3023 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
|
/Linux-v5.10/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 | i40e.rst | 337 each jumbo packet. This should help to avoid buffer starvation issues when
|
/Linux-v5.10/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.10/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.10/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 2376 bool jumbo = tp->dev->mtu > ETH_DATA_LEN; in rtl_jumbo_config() local 2382 if (jumbo) { in rtl_jumbo_config() 2390 if (jumbo) { in rtl_jumbo_config() 2398 if (jumbo) in rtl_jumbo_config() 2404 if (jumbo) { in rtl_jumbo_config() 2416 if (!jumbo && pci_is_pcie(tp->pci_dev) && tp->supports_gmii) in rtl_jumbo_config()
|
/Linux-v5.10/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 | 819 ``ETHTOOL_A_RINGS_RX_JUMBO_MAX`` u32 max size of RX jumbo ring 823 ``ETHTOOL_A_RINGS_RX_JUMBO`` u32 size of RX jumbo ring 839 ``ETHTOOL_A_RINGS_RX_JUMBO`` u32 size of RX jumbo ring
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | skge.c | 1530 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local 1597 if (jumbo) in genesis_mac_init() 1614 if (hw->ports > 1 && jumbo) in genesis_mac_init() 1674 if (jumbo) { in genesis_mac_init()
|
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 4628 bool jumbo = false; in mvpp2_change_mtu() local 4635 jumbo = true; in mvpp2_change_mtu() 4640 if (!jumbo) { in mvpp2_change_mtu()
|