Searched refs:rxfs (Results 1 – 1 of 1) sorted by relevance
553 u32 rxfs; in m_can_do_rx_poll() local560 rxfs = m_can_read(cdev, M_CAN_RXF0S); in m_can_do_rx_poll()561 if (!(rxfs & RXFS_FFL_MASK)) { in m_can_do_rx_poll()566 rx_count = FIELD_GET(RXFS_FFL_MASK, rxfs); in m_can_do_rx_poll()567 fgi = FIELD_GET(RXFS_FGI_MASK, rxfs); in m_can_do_rx_poll()