Lines Matching defs:rmdstat
1047 int rmdstat,len;
1052 while(!( (rmdstat = rmdp->u.s.status) & RCV_OWN))
1055 if( (rmdstat & (RCV_START | RCV_END | RCV_ERR)) != (RCV_START | RCV_END) ) /* error or oversized? */
1057 if(!(rmdstat & RCV_ERR)) {
1058 if(rmdstat & RCV_START)
1067 dev->name,(int) rmdstat,csr0,(int) inw(PORT+L_DATAREG) );
1068 if(rmdstat & RCV_FRAM)
1070 if(rmdstat & RCV_OFLO)
1072 if(rmdstat & RCV_CRC)
1074 if(rmdstat & RCV_BUF_ERR)