Lines Matching refs:tx_cbs
117 struct can_nxp_s32_tx_callback tx_cbs[CONFIG_CAN_NXP_S32_MAX_TX]; member
237 function = data->tx_cbs[alloc].function; in can_nxp_s32_stop()
238 arg = data->tx_cbs[alloc].arg; in can_nxp_s32_stop()
649 data->tx_cbs[alloc].function = callback; in can_nxp_s32_send()
650 data->tx_cbs[alloc].arg = user_data; in can_nxp_s32_send()
652 data->tx_cbs[alloc].tx_info = (Canexcel_Ip_DataInfoType) { in can_nxp_s32_send()
677 status = Canexcel_Ip_SendFDMsg(config->instance, mb_indx, &data->tx_cbs[alloc].tx_info, in can_nxp_s32_send()
816 function = data->tx_cbs[alloc].function; in can_nxp_s32_err_callback()
817 arg = data->tx_cbs[alloc].arg; in can_nxp_s32_err_callback()
883 tx_func = data->tx_cbs[alloc].function; in can_nxp_s32_ctrl_callback()
886 tx_func(dev, 0, data->tx_cbs[alloc].arg); in can_nxp_s32_ctrl_callback()