Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D3c523.h64 unsigned short rsc_errs; /* Resourceerror counter */ member
Dsun3_82586.h80 unsigned short rsc_errs; /* Resourceerror counter */ member
Dni52.h72 u16 rsc_errs; /* Resourceerror counter */ member
Dsun3_82586.c868 …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()
869 …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()
1125 rsc = swab16(p->scb->rsc_errs); in sun3_82586_get_stats()
1126 p->scb->rsc_errs = 0; in sun3_82586_get_stats()
D3c523.c1212 rsc = p->scb->rsc_errs; in elmc_get_stats()
1213 p->scb->rsc_errs -= rsc; in elmc_get_stats()
Dni52.c1283 rsc = readw(&p->scb->rsc_errs); in ni52_get_stats()
1284 writew(0, &p->scb->rsc_errs); in ni52_get_stats()