Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmayfly.c26 } mft[MAYFLY_CALLEE_COUNT][MAYFLY_CALLER_COUNT]; variable
46 &mft[callee_id][caller_id].head, in mayfly_init()
47 &mft[callee_id][caller_id].tail); in mayfly_init()
55 if (mft[callee_id][caller_id].enable_req == in mayfly_enable()
56 mft[callee_id][caller_id].enable_ack) { in mayfly_enable()
57 mft[callee_id][caller_id].enable_req++; in mayfly_enable()
62 if (mft[callee_id][caller_id].disable_req == in mayfly_enable()
63 mft[callee_id][caller_id].disable_ack) { in mayfly_enable()
64 mft[callee_id][caller_id].disable_req++; in mayfly_enable()
83 (mft[callee_id][caller_id].disable_req != in mayfly_enqueue()
[all …]