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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dlld2d.conf2 jumbo-icon = /etc/large.ico
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/install/lltd/wrt54g-linux/usr/sbin/
H A Dlld2d.conf2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dlld2d.conf2 jumbo-icon = /usr/sbin/wrt54g.large.ico
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c1071 /* use jumboindex and jumbosize to control jumbo frame status
1073 * 1. jumboindex = -1 and jumbosize=0 : previous jumbo frame has been done.
1074 * 2. jumboindex != -1 and jumbosize != 0 : jumbo frame is not over size and receiving
1075 * 3. jumboindex = -1 and jumbosize != 0 : jumbo frame is over size, already dump
1181 struct ipg_jumbo *jumbo = &sp->jumbo; local
1185 if (jumbo->found_start) {
1186 dev_kfree_skb_irq(jumbo->skb);
1187 jumbo->found_start = 0;
1188 jumbo
1216 struct ipg_jumbo *jumbo = &sp->jumbo; local
1248 struct ipg_jumbo *jumbo = &sp->jumbo; local
1294 struct ipg_jumbo *jumbo = &sp->jumbo; local
[all...]
H A Ddl2k.c24 static int jumbo[MAX_UNITS]; variable
40 module_param_array(jumbo, int, NULL, 0);
190 if (jumbo[card_idx] != 0) {
191 np->jumbo = 1;
194 np->jumbo = 0;
424 if (np->jumbo != 0)
1084 int max = (np->jumbo) ? MAX_JUMBO : 1536;
H A Dacenic.c203 * and jumbo frames (up to 9000 bytes) and does a lot of work in the
207 * Using jumbo frames:
209 * To enable jumbo frames, simply specify an mtu between 1500 and 9000
303 * RX_JUMBO_THRES - maximum number of buffers in the jumbo ring
651 * Then release the RX buffers - jumbo buffers were
1510 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) argument
1517 if (!jumbo) {
1597 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) &&
1600 printk("refilling jumbo buffers (current %i)\n", cur_size);
1740 * Load the jumbo r
[all...]
H A Dacenic.h654 int tasklet_pending, jumbo; member in struct:ace_private
769 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
H A Ddl2k.h493 unsigned int jumbo:1; /* Jumbo frame enable */ member in struct:netdev_private
H A Dipg.h549 /* specify the jumbo frame maximum size
724 struct ipg_jumbo jumbo; member in struct:ipg_nic_private
H A Dskge.c1539 int jumbo = hw->dev[port]->mtu > ETH_DATA_LEN; local
1606 if (jumbo)
1622 /* Increase threshold for jumbo frames on dual port */
1623 if (hw->ports > 1 && jumbo)
1631 * XMAC's receive FIFO is only 8K in size, however jumbo
1636 * that jumbo frames larger than 8192 bytes will be
1683 if (jumbo) {
1684 /* Enable frame flushing if jumbo frames used */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-input.c447 * split up a jumbo data packet
450 struct sk_buff *jumbo)
456 _enter(",{%u,%u}", jumbo->data_len, jumbo->len);
458 sp = rxrpc_skb(jumbo);
464 * of the jumbo packet */
465 part = skb_clone(jumbo, GFP_ATOMIC);
468 pskb_trim(jumbo, RXRPC_JUMBO_DATALEN);
475 if (!pskb_pull(jumbo, RXRPC_JUMBO_DATALEN))
478 if (skb_copy_bits(jumbo,
449 rxrpc_process_jumbo_packet(struct rxrpc_call *call, struct sk_buff *jumbo) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dmkhelp.pl145 /* This mumbo-jumbo is the huge help text compressed with gzip.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_main.c3068 int ehea_get_jumboframe_status(struct ehea_port *port, int *jumbo) argument
3074 *jumbo = 0;
3076 /* (Try to) enable *jumbo frames */
3089 *jumbo = 1;
3100 *jumbo = 1;
3191 int jumbo; local
3254 ret = ehea_get_jumboframe_status(port, &jumbo);
3256 ehea_error("failed determining jumbo frame status for %s",
3260 jumbo == 1 ? "en" : "dis");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex63 defined only on per-packet base (f.e.\ jumbo payload option).

Completed in 162 milliseconds