Searched refs:BUF_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | messagepool.c | 17 #define BUF_TIMEOUT K_MSEC(50) macro 54 if (k_mem_slab_alloc(&message_pool, (void **)&buffer, BUF_TIMEOUT) != 0) { in otPlatMessagePoolNew()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154.c | 44 #define BUF_TIMEOUT K_MSEC(50) macro 84 BUF_TIMEOUT); in ieee802154_acknowledge()
|
D | ieee802154_frame.c | 32 #define BUF_TIMEOUT K_MSEC(50) macro 864 pkt = net_pkt_alloc_with_buffer(iface, IEEE802154_MTU, AF_UNSPEC, 0, BUF_TIMEOUT); in ieee802154_create_mac_cmd_frame()
|
D | ieee802154_6lo_fragment.c | 31 #define BUF_TIMEOUT K_MSEC(50) macro
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 59 #define BUF_TIMEOUT K_NO_WAIT macro 126 tx->xmit, BUF_TIMEOUT); in send_unseg() 416 tx->xmit, BUF_TIMEOUT); in seg_tx_send_unacked() 558 err = k_mem_slab_alloc(&segs, &buf, BUF_TIMEOUT); in send_seg()
|
D | pb_adv.c | 51 #define BUF_TIMEOUT K_MSEC(400) macro 386 BUF_TIMEOUT); in adv_create()
|