Home
last modified time | relevance | path

Searched refs:eql (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/
Deql.c144 equalizer_t *eql = from_timer(eql, t, timer); in eql_timer() local
147 spin_lock(&eql->queue.lock); in eql_timer()
148 head = &eql->queue.all_slaves; in eql_timer()
157 eql_kill_one_slave(&eql->queue, slave); in eql_timer()
161 spin_unlock(&eql->queue.lock); in eql_timer()
163 eql->timer.expires = jiffies + EQL_DEFAULT_RESCHED_IVAL; in eql_timer()
164 add_timer(&eql->timer); in eql_timer()
179 equalizer_t *eql = netdev_priv(dev); in eql_setup() local
181 timer_setup(&eql->timer, eql_timer, 0); in eql_setup()
182 eql->timer.expires = jiffies + EQL_DEFAULT_RESCHED_IVAL; in eql_setup()
[all …]
DMakefile13 obj-$(CONFIG_EQUALIZER) += eql.o
DKconfig86 <file:Documentation/networking/eql.txt>. You may also want to read
91 will be called eql. If unsure, say N.
/Linux-v5.4/Documentation/networking/
Deql.txt25 The eql driver has only been tested with the Livingston PortMaster-2e
28 almost as well as the eql driver seems to do it (-- Unfortunately, in
47 with the eql driver. From patching, building, to installing.
52 If you do not have or cannot get a copy of the kernel with the eql
54 ftp://slaughter.ncm.com/pub/Linux/LOAD_BALANCING/eql-1.1.tar.gz.
61 -rw-r--r-- guru/ncm 198 Jan 19 18:53 1995 eql-1.1/NO-WARRANTY
62 -rw-r--r-- guru/ncm 30620 Feb 27 21:40 1995 eql-1.1/eql-1.1.patch
63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave
64 -rw-r--r-- guru/ncm 2195 Jan 10 21:48 1995 eql-1.1/eql_enslave.c
68 like say /usr/src/linux-1.1.92.eql. Use symbolic links to point
[all …]