/Zephyr-Core-3.5.0/subsys/bluetooth/controller/util/ |
D | mayfly.c | 297 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.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso.c | 502 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_conn_iso_cis_stop() local 505 mfy.param = &cig->lll; in ull_conn_iso_cis_stop() 516 hdr->disabled_param = mfy.param; in ull_conn_iso_cis_stop() 521 TICKER_USER_ID_LLL, 0, &mfy); in ull_conn_iso_cis_stop() 664 static struct mayfly mfy = { 0, 0, &link, NULL, NULL }; in ull_conn_iso_ticker_cb() local 734 mfy.param = &p; in ull_conn_iso_ticker_cb() 738 mfy.fp = IS_PERIPHERAL(cig) ? lll_peripheral_iso_prepare : lll_central_iso_prepare; in ull_conn_iso_ticker_cb() 741 mfy.fp = lll_central_iso_prepare; in ull_conn_iso_ticker_cb() 744 mfy.fp = lll_peripheral_iso_prepare; in ull_conn_iso_ticker_cb() 770 err = mayfly_enqueue(TICKER_USER_ID_ULL_HIGH, TICKER_USER_ID_LLL, 0, &mfy); in ull_conn_iso_ticker_cb() [all …]
|
D | ull_scan_aux.c | 1007 static struct mayfly mfy = {0, 0, &link, NULL, NULL}; in ull_scan_aux_stop() local 1027 mfy.fp = flush; in ull_scan_aux_stop() 1033 mfy.fp = flush; in ull_scan_aux_stop() 1048 mfy.fp = flush; in ull_scan_aux_stop() 1053 mfy.fp = aux_sync_incomplete; in ull_scan_aux_stop() 1058 mfy.param = aux; in ull_scan_aux_stop() 1060 0, &mfy); in ull_scan_aux_stop() 1298 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_aux_prepare}; in ticker_cb() local 1316 mfy.param = &p; in ticker_cb() 1320 0, &mfy); in ticker_cb() [all …]
|
D | ull_scan.c | 904 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_prepare}; local 926 mfy.param = &p; 930 0, &mfy); 1086 static struct mayfly mfy = {0, 0, &link, NULL, ext_disable}; local 1097 mfy.param = param; 1099 TICKER_USER_ID_ULL_HIGH, 0, &mfy); 1113 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local 1116 mfy.param = &scan->lll; 1122 hdr->disabled_param = mfy.param; 1127 TICKER_USER_ID_LLL, 0, &mfy);
|
D | ull_adv_iso.c | 775 static struct mayfly mfy = {0U, 0U, &link, NULL, mfy_iso_offset_get}; in ull_adv_iso_offset_get() local 778 mfy.param = sync; in ull_adv_iso_offset_get() 780 &mfy); in ull_adv_iso_offset_get() 1401 static struct mayfly mfy = {0U, 0U, &link, NULL, adv_iso_disable}; in ticker_stop_op_cb() local 1407 mfy.param = param; in ticker_stop_op_cb() 1409 TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in ticker_stop_op_cb() 1423 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in adv_iso_disable() local 1426 mfy.param = &adv_iso->lll; in adv_iso_disable() 1432 hdr->disabled_param = mfy.param; in adv_iso_disable() 1437 TICKER_USER_ID_LLL, 0U, &mfy); in adv_iso_disable() [all …]
|
D | ull.c | 844 static struct mayfly mfy = {0, 0, &link, NULL, in ll_reset() local 860 mfy.param = &sem; in ll_reset() 864 TICKER_USER_ID_LLL, 0, &mfy); in ll_reset() 1790 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ll_radio_state_abort() local 1794 &mfy); in ll_radio_state_abort() 1945 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_disable() local 1973 mfy.param = lll; in ull_disable() 1975 &mfy); in ull_disable() 2018 static struct mayfly mfy = {0, 0, &link, NULL, rx_demux}; in ull_rx_sched() local 2021 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1, &mfy); in ull_rx_sched() [all …]
|
D | ull_adv.c | 2300 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_prepare}; local 2367 mfy.param = &p; 2371 TICKER_USER_ID_LLL, 0, &mfy); 2469 static struct mayfly mfy = {0, 0, &link, NULL, adv_disable}; local 2487 mfy.param = param; 2489 TICKER_USER_ID_ULL_HIGH, 0, &mfy); 2503 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local 2506 mfy.param = &adv->lll; 2512 hdr->disabled_param = mfy.param; 2517 TICKER_USER_ID_LLL, 0, &mfy); [all …]
|
D | ull_conn.c | 1311 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in ull_conn_lll_tx_demux_sched() local 1313 mfy.param = HDR_LLL2ULL(lll); in ull_conn_lll_tx_demux_sched() 1315 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1U, &mfy); in ull_conn_lll_tx_demux_sched() 1614 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in tx_demux_sched() local 1616 mfy.param = conn; in tx_demux_sched() 1618 mayfly_enqueue(TICKER_USER_ID_THREAD, TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in tx_demux_sched() 1850 static struct mayfly mfy = {0, 0, &link, NULL, conn_disable}; in ticker_stop_op_cb() local 1856 mfy.param = param; in ticker_stop_op_cb() 1858 TICKER_USER_ID_ULL_HIGH, 0, &mfy); in ticker_stop_op_cb() 1872 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in conn_disable() local [all …]
|
D | ull_sync_iso.c | 836 static struct mayfly mfy = {0U, 0U, &link, NULL, sync_iso_disable}; in ticker_stop_op_cb() local 842 mfy.param = param; in ticker_stop_op_cb() 844 TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in ticker_stop_op_cb() 858 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in sync_iso_disable() local 861 mfy.param = &sync_iso->lll; in sync_iso_disable() 867 hdr->disabled_param = mfy.param; in sync_iso_disable() 872 TICKER_USER_ID_LLL, 0U, &mfy); in sync_iso_disable()
|
D | ull_central.c | 894 static struct mayfly mfy = {0, 0, &link, NULL, lll_central_prepare}; local 956 mfy.param = &p; 960 0, &mfy); 1007 static struct mayfly mfy = {0, 0, &link, NULL, NULL}; local 1026 mfy.param = &scan->lll; 1030 mfy.fp = lll_disable; 1032 TICKER_USER_ID_LLL, 0, &mfy);
|
D | ull_filter.c | 1501 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()
|
D | ull_peripheral.c | 502 static struct mayfly mfy = {0, 0, &link, NULL, lll_periph_prepare}; local 558 mfy.param = &p; 562 0, &mfy);
|
D | ull_sync.c | 1338 static struct mayfly mfy = {0, 0, &link, NULL, sync_expire}; local 1342 mfy.param = param; 1345 0, &mfy); 1381 static struct mayfly mfy = {0, 0, &link, NULL, sync_lost}; local 1392 mfy.param = param; 1395 0, &mfy);
|
D | ull_central_iso.c | 966 static struct mayfly mfy = {0, 0, &link, NULL, mfy_cig_offset_get}; in cig_offset_get() local 969 mfy.param = cis; in cig_offset_get() 971 &mfy); in cig_offset_get() 1011 static struct mayfly mfy = {0, 0, &link, NULL, mfy_cis_offset_get}; in cis_offset_get() local 1014 mfy.param = cis; in cis_offset_get() 1016 &mfy); in cis_offset_get()
|
D | ull_adv_sync.c | 1369 static struct mayfly mfy = {0, 0, &link, NULL, mfy_sync_offset_get}; in ull_adv_sync_offset_get() local 1372 mfy.param = adv; in ull_adv_sync_offset_get() 1374 &mfy); in ull_adv_sync_offset_get() 2397 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_sync_prepare}; local 2437 mfy.param = &p; 2441 TICKER_USER_ID_LLL, 0, &mfy);
|
D | ull_adv_aux.c | 2724 static struct mayfly mfy = {0, 0, &link, NULL, mfy_aux_offset_get}; in ull_adv_aux_offset_get() local 2732 mfy.param = adv; in ull_adv_aux_offset_get() 2734 &mfy); in ull_adv_aux_offset_get() 3250 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_aux_prepare}; in ticker_cb() local 3321 mfy.param = &p; in ticker_cb() 3325 TICKER_USER_ID_LLL, 0, &mfy); in ticker_cb()
|
D | ull_iso.c | 1417 static struct mayfly mfy = {0, 0, &link, NULL, iso_rx_demux}; in ull_iso_rx_sched() local 1420 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1, &mfy); in ull_iso_rx_sched()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 255 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.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 312 static struct mayfly mfy = {0, 0, &link, NULL, mfy_ticker_job_idle_get}; in lll_prepare_done() local 316 1, &mfy); in lll_prepare_done() 973 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; in preempt_ticker_cb() local 979 mfy.param = param; in preempt_ticker_cb() 981 0, &mfy); in preempt_ticker_cb()
|
D | lll_adv.c | 814 static struct mayfly mfy = {0, 0, &link, NULL, mfy_pdu_free_sem_give}; in pdu_free_sem_give() local 818 &mfy); in pdu_free_sem_give() 913 static struct mayfly mfy = {0, 0, &link, NULL, in extra_data_free_sem_give() local 918 &mfy); in extra_data_free_sem_give() 1433 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in isr_abort_all() local 1446 mfy.param = param; in isr_abort_all() 1447 ret = mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_LLL, 1U, &mfy); in isr_abort_all()
|
D | lll_scan.c | 642 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local 645 mfy.param = param; 647 &mfy);
|