Home
last modified time | relevance | path

Searched refs:rsc_errs (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsun3_82586.h80 unsigned short rsc_errs; /* Resourceerror counter */ member
Dni52.h72 unsigned short rsc_errs; /* Resourceerror counter */ member
D3c523.h64 unsigned short rsc_errs; /* Resourceerror counter */ member
Dsun3_82586.c851 …printk("\nerrs: %04x %04x stat: %04x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->… in sun3_82586_rcv_int()
852 …printk("\nerrs: %04x %04x rus: %02x, cus: %02x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(in… in sun3_82586_rcv_int()
1112 rsc = swab16(p->scb->rsc_errs); in sun3_82586_get_stats()
1113 p->scb->rsc_errs = 0; in sun3_82586_get_stats()
Dni52.c1003 …printk("\nerrs: %04x %04x stat: %04x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->… in ni52_rcv_int()
1004 …printk("\nerrs: %04x %04x rus: %02x, cus: %02x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(in… in ni52_rcv_int()
1264 rsc = p->scb->rsc_errs; in ni52_get_stats()
1265 p->scb->rsc_errs = 0; in ni52_get_stats()
D3c523.c1199 rsc = p->scb->rsc_errs; in elmc_get_stats()
1200 p->scb->rsc_errs -= rsc; in elmc_get_stats()