Home
last modified time | relevance | path

Searched refs:notify_new_tx_frame (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dplatform-zephyr.h108 int notify_new_tx_frame(struct net_pkt *pkt);
Dradio_spinel.cpp570 extern "C" int notify_new_tx_frame(struct net_pkt *pkt) in notify_new_tx_frame() function
Dradio.c612 int notify_new_tx_frame(struct net_pkt *pkt) in notify_new_tx_frame() function
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c825 notify_new_tx_frame(packet); in ZTEST()
856 notify_new_tx_frame(packet); in ZTEST()
877 notify_new_tx_frame(packet); in ZTEST()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c411 if (notify_new_tx_frame(pkt) != 0) { in openthread_send()