| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dlink/ |
| H A 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()
|
| H A D | dl2k.h | 386 unsigned int jumbo:1; /* Jumbo frame enable */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/alteon/ |
| H A 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()
|
| H A D | acenic.h | 670 int tasklet_pending, jumbo; member 785 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | 0006-media-capture-linux-Support-libv4l2-plugins.patch | 25 import("//build/config/jumbo.gni")
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_main.c | 2827 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument 2833 *jumbo = 0; in ehea_get_jumboframe_status() 2848 *jumbo = 1; in ehea_get_jumboframe_status() 2859 *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()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | fm10k.rst | 85 each jumbo packet. This should help to avoid buffer starvation issues when
|
| H A 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
|
| H A D | i40e.rst | 337 each jumbo packet. This should help to avoid buffer starvation issues when
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | ethernet-driver.rst | 179 The DPAA2 hardware can process jumbo Ethernet frames of up to 10K bytes.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/neterion/ |
| H A D | s2io.rst | 22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 2382 bool jumbo = tp->dev->mtu > ETH_DATA_LEN; in rtl_jumbo_config() local 2389 if (jumbo) { in rtl_jumbo_config() 2397 if (jumbo) { in rtl_jumbo_config() 2405 if (jumbo) in rtl_jumbo_config() 2411 if (jumbo) { in rtl_jumbo_config() 2428 tp->phydev->advertising, !jumbo); in rtl_jumbo_config() 2430 tp->phydev->advertising, !jumbo); in rtl_jumbo_config()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 4667 bool jumbo = false; in mvpp2_change_mtu() local 4674 jumbo = true; in mvpp2_change_mtu() 4679 if (!jumbo) { in mvpp2_change_mtu()
|