Searched refs:rxfs (Results 1 – 1 of 1) sorted by relevance
625 u32 rxfs; in m_can_do_rx_poll() local632 rxfs = m_can_read(cdev, M_CAN_RXF0S); in m_can_do_rx_poll()633 if (!(rxfs & RXFS_FFL_MASK)) { in m_can_do_rx_poll()638 rx_count = FIELD_GET(RXFS_FFL_MASK, rxfs); in m_can_do_rx_poll()639 fgi = FIELD_GET(RXFS_FGI_MASK, rxfs); in m_can_do_rx_poll()