Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/
Dmayfly.c297 static struct mayfly mfy = {0, 0, &link, NULL, mayfly_ut_mfy}; in mayfly_ut_test() local
300 printk("%s: req= %u, ack= %u\n", __func__, mfy._req, mfy._ack); in mayfly_ut_test()
306 mfy.param = count; in mayfly_ut_test()
309 &mfy); in mayfly_ut_test()
320 static struct mayfly mfy = {0, 0, &link, NULL, mayfly_ut_test}; in mayfly_ut_run_test() local
323 printk("%s: req= %u, ack= %u\n", __func__, mfy._req, mfy._ack); in mayfly_ut_run_test()
326 &mfy); in mayfly_ut_run_test()
342 static struct mayfly mfy = {0, 0, &link, &count, mayfly_ut_test}; in mayfly_ut() local
345 printk("%s: req= %u, ack= %u\n", __func__, mfy._req, mfy._ack); in mayfly_ut()
348 &mfy); in mayfly_ut()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso.c586 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_conn_iso_cis_stop() local
589 mfy.param = &cig->lll; in ull_conn_iso_cis_stop()
600 hdr->disabled_param = mfy.param; in ull_conn_iso_cis_stop()
605 TICKER_USER_ID_LLL, 0, &mfy); in ull_conn_iso_cis_stop()
748 static struct mayfly mfy = { 0, 0, &link, NULL, NULL }; in ull_conn_iso_ticker_cb() local
818 mfy.param = &p; in ull_conn_iso_ticker_cb()
822 mfy.fp = IS_PERIPHERAL(cig) ? lll_peripheral_iso_prepare : lll_central_iso_prepare; in ull_conn_iso_ticker_cb()
825 mfy.fp = lll_central_iso_prepare; in ull_conn_iso_ticker_cb()
828 mfy.fp = lll_peripheral_iso_prepare; in ull_conn_iso_ticker_cb()
854 err = mayfly_enqueue(TICKER_USER_ID_ULL_HIGH, TICKER_USER_ID_LLL, 0, &mfy); in ull_conn_iso_ticker_cb()
[all …]
Dull_scan_aux.c1071 static struct mayfly mfy = {0, 0, &link, NULL, NULL}; in ull_scan_aux_stop() local
1091 mfy.fp = flush; in ull_scan_aux_stop()
1097 mfy.fp = flush; in ull_scan_aux_stop()
1112 mfy.fp = flush; in ull_scan_aux_stop()
1117 mfy.fp = aux_sync_incomplete; in ull_scan_aux_stop()
1122 mfy.param = aux; in ull_scan_aux_stop()
1124 0, &mfy); in ull_scan_aux_stop()
1362 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_aux_prepare}; in ticker_cb() local
1380 mfy.param = &p; in ticker_cb()
1384 0, &mfy); in ticker_cb()
[all …]
Dull_scan.c904 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_prepare}; local
926 mfy.param = &p;
930 0, &mfy);
1085 static struct mayfly mfy = {0, 0, &link, NULL, ext_disable}; local
1096 mfy.param = param;
1098 TICKER_USER_ID_ULL_HIGH, 0, &mfy);
1112 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local
1115 mfy.param = &scan->lll;
1121 hdr->disabled_param = mfy.param;
1126 TICKER_USER_ID_LLL, 0, &mfy);
Dull.c845 static struct mayfly mfy = {0, 0, &link, NULL, in ll_reset() local
861 mfy.param = &sem; in ll_reset()
865 TICKER_USER_ID_LLL, 0, &mfy); in ll_reset()
1792 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ll_radio_state_abort() local
1796 &mfy); in ll_radio_state_abort()
1947 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_disable() local
1978 mfy.param = lll; in ull_disable()
1980 &mfy); in ull_disable()
2023 static struct mayfly mfy = {0, 0, &link, NULL, rx_demux}; in ull_rx_sched() local
2026 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1, &mfy); in ull_rx_sched()
[all …]
Dull_adv_iso.c941 static struct mayfly mfy = {0U, 0U, &link, NULL, mfy_iso_offset_get}; in ull_adv_iso_offset_get() local
944 mfy.param = sync; in ull_adv_iso_offset_get()
946 &mfy); in ull_adv_iso_offset_get()
1563 static struct mayfly mfy = {0U, 0U, &link, NULL, adv_iso_disable}; in ticker_stop_op_cb() local
1569 mfy.param = param; in ticker_stop_op_cb()
1571 TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in ticker_stop_op_cb()
1585 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in adv_iso_disable() local
1588 mfy.param = &adv_iso->lll; in adv_iso_disable()
1594 hdr->disabled_param = mfy.param; in adv_iso_disable()
1599 TICKER_USER_ID_LLL, 0U, &mfy); in adv_iso_disable()
[all …]
Dull_adv.c2328 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_prepare}; local
2395 mfy.param = &p;
2399 TICKER_USER_ID_LLL, 0, &mfy);
2534 static struct mayfly mfy = {0, 0, &link, NULL, adv_disable}; local
2552 mfy.param = param;
2554 TICKER_USER_ID_ULL_HIGH, 0, &mfy);
2568 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local
2571 mfy.param = &adv->lll;
2577 hdr->disabled_param = mfy.param;
2582 TICKER_USER_ID_LLL, 0, &mfy);
[all …]
Dull_conn.c1314 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in ull_conn_lll_tx_demux_sched() local
1316 mfy.param = HDR_LLL2ULL(lll); in ull_conn_lll_tx_demux_sched()
1318 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1U, &mfy); in ull_conn_lll_tx_demux_sched()
1617 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in tx_demux_sched() local
1619 mfy.param = conn; in tx_demux_sched()
1621 mayfly_enqueue(TICKER_USER_ID_THREAD, TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in tx_demux_sched()
1853 static struct mayfly mfy = {0, 0, &link, NULL, conn_disable}; in ticker_stop_op_cb() local
1859 mfy.param = param; in ticker_stop_op_cb()
1861 TICKER_USER_ID_ULL_HIGH, 0, &mfy); in ticker_stop_op_cb()
1875 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in conn_disable() local
[all …]
Dull_central.c895 static struct mayfly mfy = {0, 0, &link, NULL, lll_central_prepare}; local
957 mfy.param = &p;
961 0, &mfy);
1008 static struct mayfly mfy = {0, 0, &link, NULL, NULL}; local
1027 mfy.param = &scan->lll;
1031 mfy.fp = lll_disable;
1033 TICKER_USER_ID_LLL, 0, &mfy);
Dull_sync_iso.c980 static struct mayfly mfy = {0U, 0U, &link, NULL, sync_iso_disable}; in ticker_stop_op_cb() local
986 mfy.param = param; in ticker_stop_op_cb()
988 TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in ticker_stop_op_cb()
1002 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in sync_iso_disable() local
1005 mfy.param = &sync_iso->lll; in sync_iso_disable()
1011 hdr->disabled_param = mfy.param; in sync_iso_disable()
1016 TICKER_USER_ID_LLL, 0U, &mfy); in sync_iso_disable()
Dull_filter.c1501 static struct mayfly mfy = {0, 0, &link, 0, NULL}; in target_resolve() local
1540 mfy.fp = twork->cb; in target_resolve()
1541 mfy.param = (void *) ((unsigned int) j); in target_resolve()
1543 TICKER_USER_ID_LLL, 1, &mfy); in target_resolve()
1571 static struct mayfly mfy = {0, 0, &link, 0, NULL}; in prpa_cache_resolve() local
1610 mfy.fp = rwork->cb; in prpa_cache_resolve()
1611 mfy.param = (void *) ((unsigned int) j); in prpa_cache_resolve()
1613 TICKER_USER_ID_LLL, 1, &mfy); in prpa_cache_resolve()
Dull_peripheral.c502 static struct mayfly mfy = {0, 0, &link, NULL, lll_periph_prepare}; local
558 mfy.param = &p;
562 0, &mfy);
Dull_sync.c1366 static struct mayfly mfy = {0, 0, &link, NULL, sync_expire}; local
1370 mfy.param = param;
1373 0, &mfy);
1409 static struct mayfly mfy = {0, 0, &link, NULL, sync_lost}; local
1420 mfy.param = param;
1423 0, &mfy);
Dull_central_iso.c989 static struct mayfly mfy = {0, 0, &link, NULL, mfy_cig_offset_get}; in cig_offset_get() local
992 mfy.param = cis; in cig_offset_get()
994 &mfy); in cig_offset_get()
1034 static struct mayfly mfy = {0, 0, &link, NULL, mfy_cis_offset_get}; in cis_offset_get() local
1037 mfy.param = cis; in cis_offset_get()
1039 &mfy); in cis_offset_get()
Dull_adv_sync.c928 static struct mayfly mfy = {0, 0, &link, NULL, mfy_sync_offset_get}; in ull_adv_sync_offset_get() local
931 mfy.param = adv; in ull_adv_sync_offset_get()
933 &mfy); in ull_adv_sync_offset_get()
2790 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_sync_prepare}; local
2830 mfy.param = &p;
2834 TICKER_USER_ID_LLL, 0, &mfy);
Dull_adv_aux.c2731 static struct mayfly mfy = {0, 0, &link, NULL, mfy_aux_offset_get}; in ull_adv_aux_offset_get() local
2739 mfy.param = adv; in ull_adv_aux_offset_get()
2741 &mfy); in ull_adv_aux_offset_get()
3279 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_aux_prepare}; in ticker_cb() local
3350 mfy.param = &p; in ticker_cb()
3354 TICKER_USER_ID_LLL, 0, &mfy); in ticker_cb()
Dull_iso.c1566 static struct mayfly mfy = {0, 0, &link, NULL, iso_rx_demux}; in ull_iso_rx_sched() local
1569 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1, &mfy); in ull_iso_rx_sched()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c255 static struct mayfly mfy = {0, 0, &link, NULL, mfy_ticker_job_idle_get}; in lll_prepare_done() local
259 1, &mfy); in lll_prepare_done()
702 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; in preempt_ticker_cb() local
705 mfy.param = param; in preempt_ticker_cb()
707 0, &mfy); in preempt_ticker_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c430 static struct mayfly mfy = {0, 0, &link, NULL, mfy_ticker_job_idle_get}; in lll_prepare_done() local
434 1, &mfy); in lll_prepare_done()
1152 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; in preempt_ticker_cb() local
1158 mfy.param = param; in preempt_ticker_cb()
1160 0, &mfy); in preempt_ticker_cb()
Dlll_adv.c811 static struct mayfly mfy = {0, 0, &link, NULL, mfy_pdu_free_sem_give}; in pdu_free_sem_give() local
815 &mfy); in pdu_free_sem_give()
910 static struct mayfly mfy = {0, 0, &link, NULL, in extra_data_free_sem_give() local
915 &mfy); in extra_data_free_sem_give()
1432 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in isr_abort_all() local
1445 mfy.param = param; in isr_abort_all()
1446 ret = mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_LLL, 1U, &mfy); in isr_abort_all()
Dlll_scan.c642 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local
645 mfy.param = param;
647 &mfy);