Searched refs:R_OV_S (Results 1 – 2 of 2) sorted by relevance
44 #define R_OV_S 0x0002 /* overrun */ macro
35 #define RX_BD_ERRORS (R_CD_S | R_OV_S | R_CR_S | R_AB_S | R_NO_S | R_LG_S)539 if (bd_status & R_OV_S) in hdlc_rx_done()