Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H A Dm_can.c235 #define RXFS_FFL_MASK GENMASK(6, 0) macro
573 if (!(rxfs & RXFS_FFL_MASK)) { in m_can_do_rx_poll()
578 rx_count = FIELD_GET(RXFS_FFL_MASK, rxfs); in m_can_do_rx_poll()

Completed in 6 milliseconds