Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/icplus/
Dipg.c1184 struct ipg_jumbo *jumbo = &sp->jumbo; in ipg_nic_rx_with_start_and_end() local
1188 if (jumbo->found_start) { in ipg_nic_rx_with_start_and_end()
1189 dev_kfree_skb_irq(jumbo->skb); in ipg_nic_rx_with_start_and_end()
1190 jumbo->found_start = 0; in ipg_nic_rx_with_start_and_end()
1191 jumbo->current_size = 0; in ipg_nic_rx_with_start_and_end()
1192 jumbo->skb = NULL; in ipg_nic_rx_with_start_and_end()
1219 struct ipg_jumbo *jumbo = &sp->jumbo; in ipg_nic_rx_with_start() local
1232 if (jumbo->found_start) in ipg_nic_rx_with_start()
1233 dev_kfree_skb_irq(jumbo->skb); in ipg_nic_rx_with_start()
1240 jumbo->found_start = 1; in ipg_nic_rx_with_start()
[all …]
Dipg.h724 struct ipg_jumbo jumbo; member
/linux-3.4.99/net/rxrpc/
Dar-input.c461 struct sk_buff *jumbo) in rxrpc_process_jumbo_packet() argument
467 _enter(",{%u,%u}", jumbo->data_len, jumbo->len); in rxrpc_process_jumbo_packet()
469 sp = rxrpc_skb(jumbo); in rxrpc_process_jumbo_packet()
476 part = skb_clone(jumbo, GFP_ATOMIC); in rxrpc_process_jumbo_packet()
479 pskb_trim(jumbo, RXRPC_JUMBO_DATALEN); in rxrpc_process_jumbo_packet()
486 if (!pskb_pull(jumbo, RXRPC_JUMBO_DATALEN)) in rxrpc_process_jumbo_packet()
489 if (skb_copy_bits(jumbo, 0, &jhdr, sizeof(jhdr)) < 0) in rxrpc_process_jumbo_packet()
491 if (!pskb_pull(jumbo, sizeof(jhdr))) in rxrpc_process_jumbo_packet()
506 rxrpc_fast_process_packet(call, jumbo); in rxrpc_process_jumbo_packet()
513 rxrpc_free_skb(jumbo); in rxrpc_process_jumbo_packet()
/linux-3.4.99/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.
/linux-3.4.99/drivers/net/ethernet/dlink/
Ddl2k.c24 static int jumbo[MAX_UNITS]; variable
40 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()
427 if (np->jumbo != 0) in rio_open()
1103 int max = (np->jumbo) ? MAX_JUMBO : 1536; in change_mtu()
Ddl2k.h399 unsigned int jumbo:1; /* Jumbo frame enable */ member
/linux-3.4.99/drivers/net/ethernet/alteon/
Dacenic.c1520 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument
1527 if (!jumbo) { in ace_set_rxtx_parms()
1611 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet()
1914 ap->jumbo = 0; in ace_handle_event()
2219 if (ap->jumbo) { in ace_interrupt()
2267 if (ap->jumbo && in ace_open()
2367 if (ap->jumbo) { in ace_close()
2572 if (!(ap->jumbo)) { in ace_change_mtu()
2575 ap->jumbo = 1; in ace_change_mtu()
2584 if (ap->jumbo) { in ace_change_mtu()
Dacenic.h668 int tasklet_pending, jumbo; member
783 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
/linux-3.4.99/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2859 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument
2865 *jumbo = 0; in ehea_get_jumboframe_status()
2880 *jumbo = 1; in ehea_get_jumboframe_status()
2891 *jumbo = 1; in ehea_get_jumboframe_status()
2981 int jumbo; in ehea_setup_single_port() local
3053 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port()
3058 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
/linux-3.4.99/drivers/net/ethernet/marvell/
Dskge.c1521 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local
1588 if (jumbo) in genesis_mac_init()
1605 if (hw->ports > 1 && jumbo) in genesis_mac_init()
1665 if (jumbo) { in genesis_mac_init()