Lines Matching refs:mfy
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
1964 mfy.param = &conn->lll; in conn_disable()
1970 hdr->disabled_param = mfy.param; in conn_disable()
1975 TICKER_USER_ID_LLL, 0, &mfy); in conn_disable()
1986 static struct mayfly mfy = {0, 0, &link, NULL, tx_lll_flush}; in disabled_cb() local
1989 mfy.param = param; in disabled_cb()
1991 TICKER_USER_ID_LLL, 0, &mfy); in disabled_cb()
2854 static struct mayfly mfy = {0, 0, &link, NULL, mfy_past_sender_offset_get}; in ull_conn_past_sender_offset_request() local
2857 mfy.param = conn; in ull_conn_past_sender_offset_request()
2859 &mfy); in ull_conn_past_sender_offset_request()