Home
last modified time | relevance | path

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

/linux/drivers/net/can/c_can/
H A Dc_can_main.c557 for (i = priv->msg_obj_rx_first; i < priv->msg_obj_rx_last; i++) in c_can_configure_msg_objects()
560 c_can_setup_receive_object(dev, IF_NAPI, priv->msg_obj_rx_last, 0, 0, in c_can_configure_msg_objects()
861 if (priv->msg_obj_rx_last > 16) in c_can_get_pending()
1230 priv->msg_obj_rx_last = in alloc_c_can_dev()
1235 priv->msg_obj_tx_first = priv->msg_obj_rx_last + 1; in alloc_c_can_dev()
H A Dc_can.h196 unsigned int msg_obj_rx_last; member