Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/c_can/
H A Dc_can_main.c305 u32 obj = idx + priv->msg_obj_tx_first; in c_can_setup_tx_object()
480 obj = idx + priv->msg_obj_tx_first; in c_can_start_xmit()
736 obj = idx + priv->msg_obj_tx_first; in c_can_do_tx()
768 obj = idx + priv->msg_obj_tx_first; in c_can_do_tx()
1230 priv->msg_obj_tx_first = priv->msg_obj_rx_last + 1; in alloc_c_can_dev()
1232 priv->msg_obj_tx_first + priv->msg_obj_tx_num - 1; in alloc_c_can_dev()
H A Dc_can.h197 unsigned int msg_obj_tx_first; member