Lines Matching refs:tx_cb
334 can_tx_callback_t tx_cb; in can_mcan_stop() local
362 tx_cb = cbs->tx[tx_idx].function; in can_mcan_stop()
364 if (tx_cb != NULL) { in can_mcan_stop()
366 tx_cb(dev, -ENETDOWN, cbs->tx[tx_idx].user_data); in can_mcan_stop()
459 can_tx_callback_t tx_cb; in can_mcan_state_change_handler() local
484 tx_cb = cbs->tx[tx_idx].function; in can_mcan_state_change_handler()
486 if (tx_cb != NULL) { in can_mcan_state_change_handler()
488 tx_cb(dev, -ENETUNREACH, cbs->tx[tx_idx].user_data); in can_mcan_state_change_handler()
520 can_tx_callback_t tx_cb; in can_mcan_tx_event_handler() local
553 tx_cb = cbs->tx[tx_idx].function; in can_mcan_tx_event_handler()
559 tx_cb(dev, 0, user_data); in can_mcan_tx_event_handler()