Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/m_can/
H A Dm_can.c242 #define RXFS_FFL_MASK 0x7f macro
499 if (!(rxfs & RXFS_FFL_MASK)) { in m_can_do_rx_poll()
504 while ((rxfs & RXFS_FFL_MASK) && (quota > 0)) { in m_can_do_rx_poll()