Searched refs:jumbo (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/
H A Dlld2d.conf2 jumbo-icon = /etc/large.ico
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/usr/sbin/
H A Dlld2d.conf2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/mipsel-uclibc/install/lltd/wrt54g-linux/usr/sbin/
H A Dlld2d.conf2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-input.c444 * split up a jumbo data packet
447 struct sk_buff *jumbo)
453 _enter(",{%u,%u}", jumbo->data_len, jumbo->len);
455 sp = rxrpc_skb(jumbo);
461 * of the jumbo packet */
462 part = skb_clone(jumbo, GFP_ATOMIC);
465 pskb_trim(jumbo, RXRPC_JUMBO_DATALEN);
472 if (!pskb_pull(jumbo, RXRPC_JUMBO_DATALEN))
475 if (skb_copy_bits(jumbo,
446 rxrpc_process_jumbo_packet(struct rxrpc_call *call, struct sk_buff *jumbo) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dmkhelp.pl145 /* This mumbo-jumbo is the huge help text compressed with gzip.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddl2k.c24 static int jumbo[MAX_UNITS]; variable
40 module_param_array(jumbo, int, NULL, 0);
178 if (jumbo[card_idx] != 0) {
179 np->jumbo = 1;
182 np->jumbo = 0;
414 if (np->jumbo != 0)
1080 int max = (np->jumbo) ? MAX_JUMBO : 1536;
H A Dacenic.c208 * and jumbo frames (up to 9000 bytes) and does a lot of work in the
212 * Using jumbo frames:
214 * To enable jumbo frames, simply specify an mtu between 1500 and 9000
308 * RX_JUMBO_THRES - maximum number of buffers in the jumbo ring
646 * Then release the RX buffers - jumbo buffers were
1512 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) argument
1519 if (!jumbo) {
1599 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) &&
1602 printk("refilling jumbo buffers (current %i)\n", cur_size);
1742 * Load the jumbo r
[all...]
H A Dacenic.h654 int tasklet_pending, jumbo; member in struct:ace_private
765 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
H A Ddl2k.h665 unsigned int jumbo:1; /* Jumbo frame enable */ member in struct:netdev_private
H A Dskge.c1432 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; local
1499 if (jumbo)
1525 * XMAC's receive FIFO is only 8K in size, however jumbo
1530 * that jumbo frames larger than 8192 bytes will be
1577 if (jumbo) {
1578 /* Enable frame flushing if jumbo frames used */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c2350 int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) argument
2356 *jumbo = 0;
2358 /* (Try to) enable *jumbo frames */
2371 *jumbo = 1;
2382 *jumbo = 1;
2492 int jumbo; local
2567 ret = ehea_get_jumboframe_status(port, &jumbo);
2569 ehea_error("failed determining jumbo frame status for %s",
2573 jumbo == 1 ? "en" : "dis");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex63 defined only on per-packet base (f.e.\ jumbo payload option).

Completed in 407 milliseconds