Searched refs:rsc_errs (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c865 printk("\nerrs: %04x %04x stat: %04x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->status);
866 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);
1123 rsc = swab16(p->scb->rsc_errs);
1124 p->scb->rsc_errs = 0;
H A Dsun3_82586.h81 unsigned short rsc_errs; /* Resourceerror counter */ member in struct:scb_struct

Completed in 182 milliseconds