Searched refs:tx_result (Results 1 – 3 of 3) sorted by relevance
69 uint8_t tx_result; member
635 LOG_DBG("Result: %d", nrf5_data.tx_result); in nrf5_tx()653 switch (nrf5_radio->tx_result) { in nrf5_tx()1196 nrf5_data.tx_result = NRF_802154_TX_ERROR_NONE; in nrf_802154_transmitted_raw()1226 nrf5_data.tx_result = error; in nrf_802154_transmit_failed()
120 static otError tx_result; variable467 tx_result = OT_ERROR_NONE; in transmit_message()470 tx_result = OT_ERROR_NO_ACK; in transmit_message()473 tx_result = OT_ERROR_CHANNEL_ACCESS_FAILURE; in transmit_message()476 tx_result = OT_ERROR_ABORT; in transmit_message()479 tx_result = OT_ERROR_CHANNEL_ACCESS_FAILURE; in transmit_message()493 otPlatDiagRadioTransmitDone(aInstance, &sTransmitFrame, tx_result); in handle_tx_done()496 tx_result); in handle_tx_done()