Searched refs:rxfs (Results 1 – 1 of 1) sorted by relevance
624 u32 rxfs; in m_can_do_rx_poll() local 631 rxfs = m_can_read(cdev, M_CAN_RXF0S); in m_can_do_rx_poll() 632 if (!(rxfs & RXFS_FFL_MASK)) { in m_can_do_rx_poll() 637 rx_count = FIELD_GET(RXFS_FFL_MASK, rxfs); in m_can_do_rx_poll() 638 fgi = FIELD_GET(RXFS_FGI_MASK, rxfs); in m_can_do_rx_poll()