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

/asus-wl-520gu-7.0.1.45/src/router/mipsel/install/lltd/wrt54g-linux/usr/sbin/
H A Dlld2d.conf2 jumbo-icon = /usr/sbin/device.ico
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddl2k.c17 1.00 2001/06/26 Added jumbo frame support.
47 static int jumbo[MAX_UNITS]; variable
63 MODULE_PARM (jumbo, "1-" __MODULE_STRING (MAX_UNITS) "i");
198 if (jumbo[card_idx] != 0) {
199 np->jumbo = 1;
202 np->jumbo = 0;
429 if (np->jumbo != 0)
1070 int max = (np->jumbo) ? MAX_JUMBO : 1536;
H A Dacenic.c375 * and jumbo frames (up to 9000 bytes) and does a lot of work in the
379 * Using jumbo frames:
381 * To enable jumbo frames, simply specify an mtu between 1500 and 9000
475 * RX_JUMBO_THRES - maximum number of buffers in the jumbo ring
891 * Then release the RX buffers - jumbo buffers were
1777 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo) argument
1789 if (!jumbo) {
1870 if (ap->jumbo && (cur_size < RX_LOW_JUMBO_THRES) &&
1873 printk("refilling jumbo buffers (current %i)\n", cur_size);
2022 * Load the jumbo r
[all...]
H A Dacenic.h660 int tasklet_pending, jumbo; member in struct:ace_private
778 static void ace_set_rxtx_parms(struct net_device *dev, int jumbo);
H A Ddl2k.h664 unsigned int jumbo:1; /* Jumbo frame enable */ member in struct:netdev_private
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex63 defined only on per-packet base (f.e.\ jumbo payload option).

Completed in 67 milliseconds