Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/device_drivers/dlink/
Ddl2k.txt210 jumbo=[0|1] - Specifies the jumbo frame support. If jumbo=1,
211 the NIC accept jumbo frames. By default, this
215 This feature need jumbo frame compatible
/Linux-v5.4/drivers/net/ethernet/dlink/
Ddl2k.c28 static int jumbo[MAX_UNITS]; variable
44 module_param_array(jumbo, int, NULL, 0);
199 if (jumbo[card_idx] != 0) { in rio_probe1()
200 np->jumbo = 1; in rio_probe1()
203 np->jumbo = 0; in rio_probe1()
230 dev->max_mtu = np->jumbo ? MAX_JUMBO : PACKET_SIZE; in rio_probe1()
561 if (np->jumbo != 0) in rio_hw_init()
Ddl2k.h386 unsigned int jumbo:1; /* Jumbo frame enable */ member
/Linux-v5.4/drivers/net/ethernet/alteon/
Dacenic.c1507 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument
1514 if (!jumbo) { in ace_set_rxtx_parms()
1598 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet()
1901 ap->jumbo = 0; in ace_handle_event()
2203 if (ap->jumbo) { in ace_interrupt()
2251 if (ap->jumbo && in ace_open()
2351 if (ap->jumbo) { in ace_close()
2553 if (!(ap->jumbo)) { in ace_change_mtu()
2556 ap->jumbo = 1; in ace_change_mtu()
2565 if (ap->jumbo) { in ace_change_mtu()
Dacenic.h669 int tasklet_pending, jumbo; member
784 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2826 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.4/Documentation/networking/device_drivers/neterion/
Ds2io.txt16 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
/Linux-v5.4/Documentation/networking/device_drivers/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
Di40e.rst337 each jumbo packet. This should help to avoid buffer starvation issues when
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/
Dethernet-driver.rst178 The DPAA2 hardware can process jumbo Ethernet frames of up to 10K bytes.
/Linux-v5.4/Documentation/networking/
Drxrpc.txt1147 indicates to the peer whether we're willing to accept jumbo packets.
1151 The maximum number of packets that we're willing to accept in a jumbo
1152 packet. Non-terminal packets in a jumbo packet must contain a four byte
1154 a four byte header plus any amount of data. In any event, a jumbo packet
/Linux-v5.4/drivers/net/ethernet/marvell/
Dskge.c1529 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local
1596 if (jumbo) in genesis_mac_init()
1613 if (hw->ports > 1 && jumbo) in genesis_mac_init()
1673 if (jumbo) { in genesis_mac_init()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3893 bool jumbo = false; in mvpp2_change_mtu() local
3900 jumbo = true; in mvpp2_change_mtu()
3905 if (!jumbo) { in mvpp2_change_mtu()