Home
last modified time | relevance | path

Searched refs:mit_sel (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/tulip/
Dinterrupt.c111 int drop = 0, mit_sel = 0; in tulip_rx() local
225 mit_sel = in tulip_rx()
230 switch (mit_sel) { in tulip_rx()
243 printk("unknown feedback return code %d\n", mit_sel); in tulip_rx()
251 mit_sel = NET_RX_DROP; in tulip_rx()
289 if((received > 1 || mit_sel == NET_RX_DROP) in tulip_rx()
290 && tp->mit_sel != 15 ) { in tulip_rx()
291 tp->mit_sel = 15; in tulip_rx()
294 if((received <= 1 && mit_sel != NET_RX_DROP) && tp->mit_sel != 0 ) { in tulip_rx()
295 tp->mit_sel = 0; in tulip_rx()
[all …]
Dtulip.h397 int mit_sel; member