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

/drivers/net/ethernet/i825xx/
H A D3c523.h64 unsigned short rsc_errs; /* Resourceerror counter */ member in struct:scb_struct
H A Dsun3_82586.h80 unsigned short rsc_errs; /* Resourceerror counter */ member in struct:scb_struct
H A Dni52.h72 u16 rsc_errs; /* Resourceerror counter */ member in struct:scb_struct
H A Dsun3_82586.c869 printk("\nerrs: %04x %04x stat: %04x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->status);
870 printk("\nerrs: %04x %04x rus: %02x, cus: %02x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->rus,(int)p->scb->cus);
1126 rsc = swab16(p->scb->rsc_errs);
1127 p->scb->rsc_errs = 0;
H A D3c523.c1212 rsc = p->scb->rsc_errs;
1213 p->scb->rsc_errs -= rsc;
H A Dni52.c1283 rsc = readw(&p->scb->rsc_errs);
1284 writew(0, &p->scb->rsc_errs);

Completed in 38 milliseconds