/Zephyr-latest/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-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso.c | 586 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() 682 static struct mayfly mfy = { 0, 0, &link, NULL, NULL }; in ull_conn_iso_ticker_cb() local 752 mfy.param = &p; in ull_conn_iso_ticker_cb() 756 mfy.fp = IS_PERIPHERAL(cig) ? lll_peripheral_iso_prepare : lll_central_iso_prepare; in ull_conn_iso_ticker_cb() 759 mfy.fp = lll_central_iso_prepare; in ull_conn_iso_ticker_cb() 762 mfy.fp = lll_peripheral_iso_prepare; in ull_conn_iso_ticker_cb() 788 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 | 1189 static struct mayfly mfy = {0, 0, &link, NULL, NULL}; in ull_scan_aux_stop() local 1209 mfy.fp = flush; in ull_scan_aux_stop() 1215 mfy.fp = flush; in ull_scan_aux_stop() 1230 mfy.fp = flush; in ull_scan_aux_stop() 1235 mfy.fp = aux_sync_incomplete; in ull_scan_aux_stop() 1240 mfy.param = aux; in ull_scan_aux_stop() 1242 0, &mfy); in ull_scan_aux_stop() 1445 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_aux_prepare}; in ticker_cb() local 1463 mfy.param = &p; in ticker_cb() 1467 0, &mfy); in ticker_cb() [all …]
|
D | ull_sync_iso.c | 242 static struct mayfly mfy = {0, 0, &link, NULL, lll_flush}; in ll_big_sync_terminate() local 307 mfy.param = &sync_iso->lll; in ll_big_sync_terminate() 309 ret = mayfly_enqueue(TICKER_USER_ID_THREAD, TICKER_USER_ID_LLL, 0, &mfy); in ll_big_sync_terminate() 1020 static struct mayfly mfy = {0U, 0U, &link, NULL, sync_iso_disable}; in ticker_stop_op_cb() local 1026 mfy.param = param; in ticker_stop_op_cb() 1028 TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in ticker_stop_op_cb() 1042 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in sync_iso_disable() local 1045 mfy.param = &sync_iso->lll; in sync_iso_disable() 1051 hdr->disabled_param = mfy.param; in sync_iso_disable() 1056 TICKER_USER_ID_LLL, 0U, &mfy); in sync_iso_disable() [all …]
|
D | ull_scan.c | 918 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_prepare}; local 940 mfy.param = &p; 944 0, &mfy); 1099 static struct mayfly mfy = {0, 0, &link, NULL, ext_disable}; local 1110 mfy.param = param; 1112 TICKER_USER_ID_ULL_HIGH, 0, &mfy); 1126 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local 1129 mfy.param = &scan->lll; 1135 hdr->disabled_param = mfy.param; 1140 TICKER_USER_ID_LLL, 0, &mfy);
|
D | ull_adv_iso.c | 944 static struct mayfly mfy = {0U, 0U, &link, NULL, mfy_iso_offset_get}; in ull_adv_iso_offset_get() local 947 mfy.param = sync; in ull_adv_iso_offset_get() 949 &mfy); in ull_adv_iso_offset_get() 1566 static struct mayfly mfy = {0U, 0U, &link, NULL, adv_iso_disable}; in ticker_stop_op_cb() local 1572 mfy.param = param; in ticker_stop_op_cb() 1574 TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in ticker_stop_op_cb() 1588 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in adv_iso_disable() local 1591 mfy.param = &adv_iso->lll; in adv_iso_disable() 1597 hdr->disabled_param = mfy.param; in adv_iso_disable() 1602 TICKER_USER_ID_LLL, 0U, &mfy); in adv_iso_disable() [all …]
|
D | ull.c | 881 static struct mayfly mfy = {0, 0, &link, NULL, in ll_reset() local 897 mfy.param = &sem; in ll_reset() 901 TICKER_USER_ID_LLL, 0, &mfy); in ll_reset() 1833 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ll_radio_state_abort() local 1837 &mfy); in ll_radio_state_abort() 1988 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_disable() local 2019 mfy.param = lll; in ull_disable() 2021 &mfy); in ull_disable() 2064 static struct mayfly mfy = {0, 0, &link, NULL, rx_demux}; in ull_rx_sched() local 2067 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1, &mfy); in ull_rx_sched() [all …]
|
D | ull_conn.c | 1396 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in ull_conn_lll_tx_demux_sched() local 1398 mfy.param = HDR_LLL2ULL(lll); in ull_conn_lll_tx_demux_sched() 1400 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1U, &mfy); in ull_conn_lll_tx_demux_sched() 1703 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in tx_demux_sched() local 1705 mfy.param = conn; in tx_demux_sched() 1707 mayfly_enqueue(TICKER_USER_ID_THREAD, TICKER_USER_ID_ULL_HIGH, 0U, &mfy); in tx_demux_sched() 1939 static struct mayfly mfy = {0, 0, &link, NULL, conn_disable}; in ticker_stop_op_cb() local 1945 mfy.param = param; in ticker_stop_op_cb() 1947 TICKER_USER_ID_ULL_HIGH, 0, &mfy); in ticker_stop_op_cb() 1961 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in conn_disable() local [all …]
|
D | ull_adv.c | 2340 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_prepare}; local 2407 mfy.param = &p; 2411 TICKER_USER_ID_LLL, 0, &mfy); 2546 static struct mayfly mfy = {0, 0, &link, NULL, adv_disable}; local 2564 mfy.param = param; 2566 TICKER_USER_ID_ULL_HIGH, 0, &mfy); 2580 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local 2583 mfy.param = &adv->lll; 2589 hdr->disabled_param = mfy.param; 2594 TICKER_USER_ID_LLL, 0, &mfy); [all …]
|
D | ull_central.c | 906 static struct mayfly mfy = {0, 0, &link, NULL, lll_central_prepare}; local 968 mfy.param = &p; 972 0, &mfy); 1019 static struct mayfly mfy = {0, 0, &link, NULL, NULL}; local 1038 mfy.param = &scan->lll; 1042 mfy.fp = lll_disable; 1044 TICKER_USER_ID_LLL, 0, &mfy);
|
D | ull_filter.c | 1515 static struct mayfly mfy = {0, 0, &link, 0, NULL}; in target_resolve() local 1554 mfy.fp = twork->cb; in target_resolve() 1555 mfy.param = (void *) ((unsigned int) j); in target_resolve() 1557 TICKER_USER_ID_LLL, 1, &mfy); in target_resolve() 1585 static struct mayfly mfy = {0, 0, &link, 0, NULL}; in prpa_cache_resolve() local 1624 mfy.fp = rwork->cb; in prpa_cache_resolve() 1625 mfy.param = (void *) ((unsigned int) j); in prpa_cache_resolve() 1627 TICKER_USER_ID_LLL, 1, &mfy); in prpa_cache_resolve()
|
D | ull_peripheral.c | 527 static struct mayfly mfy = {0, 0, &link, NULL, lll_periph_prepare}; local 583 mfy.param = &p; 587 0, &mfy);
|
D | ull_central_iso.c | 1011 static struct mayfly mfy = {0, 0, &link, NULL, mfy_cig_offset_get}; in cig_offset_get() local 1014 mfy.param = cis; in cig_offset_get() 1016 &mfy); in cig_offset_get() 1065 static struct mayfly mfy = {0, 0, &link, NULL, mfy_cis_offset_get}; in cis_offset_get() local 1068 mfy.param = cis; in cis_offset_get() 1070 &mfy); in cis_offset_get()
|
D | ull_sync.c | 1751 static struct mayfly mfy = {0, 0, &link, NULL, sync_expire}; local 1755 mfy.param = param; 1758 0, &mfy); 1793 static struct mayfly mfy = {0, 0, &link, NULL, sync_lost}; local 1804 mfy.param = param; 1807 0, &mfy);
|
D | ull_iso.c | 1579 static struct mayfly mfy = {0, 0, &link, NULL, iso_rx_demux}; in ull_iso_rx_sched() local 1582 mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_ULL_HIGH, 1, &mfy); in ull_iso_rx_sched() 2085 static struct mayfly mfy = {0, 0, &link, NULL, lll_resume}; in ticker_resume_cb() local 2099 mfy.param = resume_event; in ticker_resume_cb() 2103 0, &mfy); in ticker_resume_cb()
|
D | ull_adv_aux.c | 2756 static struct mayfly mfy = {0, 0, &link, NULL, mfy_aux_offset_get}; in ull_adv_aux_offset_get() local 2764 mfy.param = adv; in ull_adv_aux_offset_get() 2766 &mfy); in ull_adv_aux_offset_get() 3340 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_aux_prepare}; in ticker_cb() local 3411 mfy.param = &p; in ticker_cb() 3415 TICKER_USER_ID_LLL, 0, &mfy); in ticker_cb()
|
D | ull_adv_sync.c | 985 static struct mayfly mfy = {0, 0, &link, NULL, mfy_sync_offset_get}; in ull_adv_sync_offset_get() local 988 mfy.param = adv; in ull_adv_sync_offset_get() 990 &mfy); in ull_adv_sync_offset_get() 2853 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_sync_prepare}; local 2893 mfy.param = &p; 2897 TICKER_USER_ID_LLL, 0, &mfy);
|
/Zephyr-latest/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-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv.c | 811 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() 1437 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in isr_abort_all() local 1450 mfy.param = param; in isr_abort_all() 1451 ret = mayfly_enqueue(TICKER_USER_ID_LLL, TICKER_USER_ID_LLL, 1U, &mfy); in isr_abort_all()
|
D | lll.c | 482 static struct mayfly mfy = {0, 0, &link, NULL, mfy_ticker_job_idle_get}; local 486 1, &mfy); 1194 static struct mayfly mfy = {0, 0, &link, NULL, preempt}; local 1200 mfy.param = param; 1202 0, &mfy);
|
D | lll_scan.c | 642 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; local 645 mfy.param = param; 647 &mfy);
|