Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/can/
H A Dxilinx_can.c1131 * xcan_rx_fifo_get_next_frame - Get register offset of next RX frame
1136 static int xcan_rx_fifo_get_next_frame(struct xcan_priv *priv) in xcan_rx_fifo_get_next_frame() function
1197 while ((frame_offset = xcan_rx_fifo_get_next_frame(priv)) >= 0 && in xcan_rx_poll()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dxilinx_can.c1167 * xcan_rx_fifo_get_next_frame - Get register offset of next RX frame
1172 static int xcan_rx_fifo_get_next_frame(struct xcan_priv *priv) in xcan_rx_fifo_get_next_frame() function
1233 while ((frame_offset = xcan_rx_fifo_get_next_frame(priv)) >= 0 && in xcan_rx_poll()

Completed in 6 milliseconds