Lines Matching +full:full +full:- +full:frame
1 .. SPDX-License-Identifier: GPL-2.0
4 D-Link DL2000-based Gigabit Ethernet Adapter Installation
11 - Compatibility List
12 - Quick Install
13 - Compiling the Driver
14 - Installing the Driver
15 - Option parameter
16 - Configuration Script Sample
17 - Troubleshooting
25 - D-Link DGE-550T Gigabit Ethernet Adapter.
26 - D-Link DGE-550SX Gigabit Ethernet Adapter.
27 - D-Link DL2000-based Gigabit Ethernet Adapter.
36 . Red Hat v7.2 (kernel 2.4.7-10)
52 4. ``cp dl2k.ko /lib/modules/`uname -r`/kernel/drivers/net``
58 7. Run ``netconfig`` or ``netconf`` to create configuration script ifcfg-eth0
59 located at /etc/sysconfig/network-scripts or create it manually.
61 [see - Configuration Script Sample]
81 CD-ROM drive
82 ------------
87 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom
96 -----------------
111 -------------------
123 ---------------------------------------------------------
137 ---------------------------------------------------------
171 ----------------------
178 -----------------
180 /lib/modules/2.x.x-xx/net or /lib/modules/2.x.x/kernel/drivers/net.
191 /etc/sysconfig/network-scripts directory, and create a configuration
192 script named ifcfg-ethx that contains network information.
216 10mbps_fd 10Mbps full duplex.
218 100mbps_fd 100Mbps full duplex.
219 1000mbps_fd 1000Mbps full duplex.
223 2 10Mbps full duplex.
225 4 100Mbps full duplex.
227 6 1000Mbps full duplex.
238 jumbo=[0|1] Specifies the jumbo frame support. If jumbo=1,
241 Jumbo frame usually improve the performance
243 This feature need jumbo frame compatible
246 rx_coalesce=m Number of rx frame handled each interrupt.
260 tx_coalesce=n Number of tx frame handled each interrupt.
295 cat dl2k.c | col -b > dl2k.tmp
300 cat dl2k.c | tr -d "\r" > dl2k.tmp