Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
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
Ds2io.txt16 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
Drxrpc.txt1141 indicates to the peer whether we're willing to accept jumbo packets.
1145 The maximum number of packets that we're willing to accept in a jumbo
1146 packet. Non-terminal packets in a jumbo packet must contain a four byte
1148 a four byte header plus any amount of data. In any event, a jumbo packet
/Linux-v4.19/drivers/net/ethernet/dlink/
Ddl2k.c31 static int jumbo[MAX_UNITS]; variable
47 module_param_array(jumbo, int, NULL, 0);
202 if (jumbo[card_idx] != 0) { in rio_probe1()
203 np->jumbo = 1; in rio_probe1()
206 np->jumbo = 0; in rio_probe1()
233 dev->max_mtu = np->jumbo ? MAX_JUMBO : PACKET_SIZE; in rio_probe1()
564 if (np->jumbo != 0) in rio_hw_init()
Ddl2k.h389 unsigned int jumbo:1; /* Jumbo frame enable */ member
/Linux-v4.19/drivers/net/ethernet/alteon/
Dacenic.c1511 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument
1518 if (!jumbo) { in ace_set_rxtx_parms()
1602 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet()
1905 ap->jumbo = 0; in ace_handle_event()
2207 if (ap->jumbo) { in ace_interrupt()
2255 if (ap->jumbo && in ace_open()
2355 if (ap->jumbo) { in ace_close()
2557 if (!(ap->jumbo)) { in ace_change_mtu()
2560 ap->jumbo = 1; in ace_change_mtu()
2569 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-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2845 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument
2851 *jumbo = 0; in ehea_get_jumboframe_status()
2866 *jumbo = 1; in ehea_get_jumboframe_status()
2877 *jumbo = 1; in ehea_get_jumboframe_status()
2962 int jumbo; in ehea_setup_single_port() local
3037 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port()
3042 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Dethernet-driver.rst178 The DPAA2 hardware can process jumbo Ethernet frames of up to 10K bytes.
/Linux-v4.19/drivers/net/ethernet/marvell/
Dskge.c1539 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local
1606 if (jumbo) in genesis_mac_init()
1623 if (hw->ports > 1 && jumbo) in genesis_mac_init()
1683 if (jumbo) { in genesis_mac_init()