Searched refs:mit_sel (Results 1 – 2 of 2) sorted by relevance
111 int drop = 0, mit_sel = 0; in tulip_rx() local225 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 …]
397 int mit_sel; member