/linux-4.1.27/drivers/net/ethernet/icplus/ |
D | ipg.c | 1184 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 …]
|
D | ipg.h | 723 struct ipg_jumbo jumbo; member
|
/linux-4.1.27/net/rxrpc/ |
D | ar-input.c | 451 struct sk_buff *jumbo) in rxrpc_process_jumbo_packet() argument 457 _enter(",{%u,%u}", jumbo->data_len, jumbo->len); in rxrpc_process_jumbo_packet() 459 sp = rxrpc_skb(jumbo); in rxrpc_process_jumbo_packet() 466 part = skb_clone(jumbo, GFP_ATOMIC); in rxrpc_process_jumbo_packet() 469 pskb_trim(jumbo, RXRPC_JUMBO_DATALEN); in rxrpc_process_jumbo_packet() 476 if (!pskb_pull(jumbo, RXRPC_JUMBO_DATALEN)) in rxrpc_process_jumbo_packet() 479 if (skb_copy_bits(jumbo, 0, &jhdr, sizeof(jhdr)) < 0) in rxrpc_process_jumbo_packet() 481 if (!pskb_pull(jumbo, sizeof(jhdr))) in rxrpc_process_jumbo_packet() 496 rxrpc_fast_process_packet(call, jumbo); in rxrpc_process_jumbo_packet() 503 rxrpc_free_skb(jumbo); in rxrpc_process_jumbo_packet()
|
/linux-4.1.27/Documentation/networking/ |
D | dl2k.txt | 210 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
|
D | s2io.txt | 16 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
D | rxrpc.txt | 939 indicates to the peer whether we're willing to accept jumbo packets. 943 The maximum number of packets that we're willing to accept in a jumbo 944 packet. Non-terminal packets in a jumbo packet must contain a four byte 946 a four byte header plus any amount of data. In any event, a jumbo packet
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | dl2k.c | 31 static int jumbo[MAX_UNITS]; variable 47 module_param_array(jumbo, int, NULL, 0); 205 if (jumbo[card_idx] != 0) { in rio_probe1() 206 np->jumbo = 1; in rio_probe1() 209 np->jumbo = 0; in rio_probe1() 431 if (np->jumbo != 0) in rio_open() 1095 int max = (np->jumbo) ? MAX_JUMBO : 1536; in change_mtu()
|
D | dl2k.h | 383 unsigned int jumbo:1; /* Jumbo frame enable */ member
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | acenic.c | 1506 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) in ace_set_rxtx_parms() argument 1513 if (!jumbo) { in ace_set_rxtx_parms() 1597 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) && in ace_tasklet() 1900 ap->jumbo = 0; in ace_handle_event() 2205 if (ap->jumbo) { in ace_interrupt() 2253 if (ap->jumbo && in ace_open() 2353 if (ap->jumbo) { in ace_close() 2558 if (!(ap->jumbo)) { in ace_change_mtu() 2561 ap->jumbo = 1; in ace_change_mtu() 2570 if (ap->jumbo) { in ace_change_mtu()
|
D | acenic.h | 668 int tasklet_pending, jumbo; member 783 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2864 static int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) in ehea_get_jumboframe_status() argument 2870 *jumbo = 0; in ehea_get_jumboframe_status() 2885 *jumbo = 1; in ehea_get_jumboframe_status() 2896 *jumbo = 1; in ehea_get_jumboframe_status() 2986 int jumbo; in ehea_setup_single_port() local 3058 ret = ehea_get_jumboframe_status(port, &jumbo); in ehea_setup_single_port() 3063 jumbo == 1 ? "en" : "dis"); in ehea_setup_single_port()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilegx.c | 342 module_param_named(jumbo, jumbo_num, uint, 0444); 343 MODULE_PARM_DESC(jumbo, "the number of buffers to support jumbo packets");
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | skge.c | 1528 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; in genesis_mac_init() local 1595 if (jumbo) in genesis_mac_init() 1612 if (hw->ports > 1 && jumbo) in genesis_mac_init() 1672 if (jumbo) { in genesis_mac_init()
|