Searched refs:mp_data (Results 1 – 1 of 1) sorted by relevance
78 static uint8_t * mp_data; ///< Pointer to a buffer containing PHR a… variable148 nrf_802154_notify_transmit_failed(mp_data, error, &metadata); in notify_failed()205 mp_data, in frame_transmit()333 mp_data = NULL; in channel_busy()370 mp_data = p_data; in nrf_802154_csma_ca_start()434 if (mp_data == p_frame) in nrf_802154_csma_ca_tx_failed_hook()436 mp_data = NULL; in nrf_802154_csma_ca_tx_failed_hook()446 if (p_frame != mp_data) in nrf_802154_csma_ca_tx_failed_hook()454 else if (p_frame == mp_data) in nrf_802154_csma_ca_tx_failed_hook()475 if (mp_data == p_frame) in nrf_802154_csma_ca_tx_started_hook()[all …]