tag | line | file | source code |
rfd1 | 833 | drivers/net/ni52.c | struct rfd_struct *rfd1 = p->rfd_top; |
rfd1 | 834 | drivers/net/ni52.c | if(rfd1==p->rfd_last) |
rfd1 | 836 | drivers/net/ni52.c | printk("S:%04x/%x/%02x >",(int) rfd1->status,(int) rfd1->last>>12,(int)((unsigned long) rfd1 & 0xff)); |
rfd1 | 837 | drivers/net/ni52.c | rfd1 = (struct rfd_struct *) make32(rfd1->next); |
rfd1 | 838 | drivers/net/ni52.c | for(;rfd1 != p->rfd_top;rfd1 = (struct rfd_struct *) make32(rfd1->next)) |
rfd1 | 840 | drivers/net/ni52.c | if(rfd1 == p->rfd_last) |
rfd1 | 842 | drivers/net/ni52.c | printk("%x/%x-",(int) rfd1->status>>12,(int) rfd1->last>>12); |