Searched refs:tx_result (Results 1 – 3 of 3) sorted by relevance
69 uint8_t tx_result; member
625 LOG_DBG("Result: %d", nrf5_data.tx_result); in nrf5_tx()643 switch (nrf5_radio->tx_result) { in nrf5_tx()1152 nrf5_data.tx_result = NRF_802154_TX_ERROR_NONE; in nrf_802154_transmitted_raw()1182 nrf5_data.tx_result = error; in nrf_802154_transmit_failed()
121 static otError tx_result; variable452 tx_result = OT_ERROR_NONE; in transmit_message()455 tx_result = OT_ERROR_NO_ACK; in transmit_message()458 tx_result = OT_ERROR_CHANNEL_ACCESS_FAILURE; in transmit_message()461 tx_result = OT_ERROR_ABORT; in transmit_message()464 tx_result = OT_ERROR_CHANNEL_ACCESS_FAILURE; in transmit_message()478 otPlatDiagRadioTransmitDone(aInstance, &sTransmitFrame, tx_result); in handle_tx_done()481 tx_result); in handle_tx_done()