Home
last modified time | relevance | path

Searched refs:RX_OK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsynclink.h89 #define RX_OK 0 macro
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.h226 #define RX_OK 0x0100 macro
H A Dmac89x0.c443 if ((status & RX_OK) == 0) { in net_rx()
H A Dcs89x0.c432 if ((status & RX_OK) == 0) { in dma_rx()
681 if ((status & RX_OK) == 0) { in net_rx()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c4631 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()