Home
last modified time | relevance | path

Searched refs:frame_found (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_net.c69 bool frame_found = nrf_802154_buffer_mgr_dst_remove_by_local_pointer( in local_transmitted_frame_ptr_free() local
73 SERIALIZATION_ERROR_IF(!frame_found, in local_transmitted_frame_ptr_free()
294 bool frame_found = nrf_802154_buffer_mgr_dst_search_by_local_pointer( in nrf_802154_transmitted_raw() local
300 SERIALIZATION_ERROR_IF(!frame_found, in nrf_802154_transmitted_raw()
351 bool frame_found = nrf_802154_buffer_mgr_dst_search_by_local_pointer( in nrf_802154_transmit_failed() local
357 SERIALIZATION_ERROR_IF(!frame_found, in nrf_802154_transmit_failed()
Dnrf_802154_spinel_dec_app.c311 bool frame_found = nrf_802154_buffer_mgr_src_search_by_buffer_handle( in spinel_decode_prop_nrf_802154_transmitted_raw() local
316 if (!frame_found) in spinel_decode_prop_nrf_802154_transmitted_raw()
345 frame_found = nrf_802154_buffer_mgr_src_remove_by_buffer_handle( in spinel_decode_prop_nrf_802154_transmitted_raw()
349 if (!frame_found) in spinel_decode_prop_nrf_802154_transmitted_raw()
397 bool frame_found = nrf_802154_buffer_mgr_src_search_by_buffer_handle( in spinel_decode_prop_nrf_802154_transmit_failed() local
402 if (!frame_found) in spinel_decode_prop_nrf_802154_transmit_failed()
409 frame_found = nrf_802154_buffer_mgr_src_remove_by_buffer_handle( in spinel_decode_prop_nrf_802154_transmit_failed()
413 if (!frame_found) in spinel_decode_prop_nrf_802154_transmit_failed()