Searched refs:eql (Results 1 – 4 of 4) sorted by relevance
144 equalizer_t *eql = from_timer(eql, t, timer); in eql_timer() local147 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() local181 timer_setup(&eql->timer, eql_timer, 0); in eql_setup()182 eql->timer.expires = jiffies + EQL_DEFAULT_RESCHED_IVAL; in eql_setup()[all …]
13 obj-$(CONFIG_EQUALIZER) += eql.o
86 <file:Documentation/networking/eql.txt>. You may also want to read91 will be called eql. If unsure, say N.
25 The eql driver has only been tested with the Livingston PortMaster-2e28 almost as well as the eql driver seems to do it (-- Unfortunately, in47 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 eql54 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-WARRANTY62 -rw-r--r-- guru/ncm 30620 Feb 27 21:40 1995 eql-1.1/eql-1.1.patch63 -rwxr-xr-x guru/ncm 16111 Jan 12 22:29 1995 eql-1.1/eql_enslave64 -rw-r--r-- guru/ncm 2195 Jan 10 21:48 1995 eql-1.1/eql_enslave.c68 like say /usr/src/linux-1.1.92.eql. Use symbolic links to point[all …]