Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_main.c164 fq_add(current_time, Rx_Found, rx_d); in find_and_activate_rx()
198 fq_add(tx_s->abort.recheck_time, Tx_Abort_Reeval, d); in tx_schedule_next_event()
200 fq_add(TxEndt, Tx_Packet_Start, d); in tx_schedule_next_event()
203 fq_add(TxEndt, Tx_End, d); in tx_schedule_next_event()
205 fq_add(TxEndt, Tx_Packet_End, d); in tx_schedule_next_event()
280 fq_add(end_time, Rx_Search_reeval, d); in rx_enqueue_search_reeval()
458 fq_add(next_time, Rx_Sync, d); in f_rx_found()
500 fq_add(next_time, Rx_Sync, d); in f_rx_sync()
507fq_add(current_time + 1, Rx_Search_start, d); //Note that we go to start, to search again in betwe… in f_rx_sync()
515fq_add(current_time + 1, Rx_Search_start, d); //Note that we go to start, to search again in betwe… in f_rx_sync()
[all …]
Dp2G4_func_queue.h69 void fq_add(bs_time_t time, f_index_t index, uint32_t dev_nbr);
Dp2G4_func_queue.c66 void fq_add(bs_time_t time, f_index_t index, uint32_t dev_nbr) { in fq_add() function