Searched refs:fq_add (Results 1 – 3 of 3) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_main.c | 164 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() 507 …fq_add(current_time + 1, Rx_Search_start, d); //Note that we go to start, to search again in betwe… in f_rx_sync() 515 …fq_add(current_time + 1, Rx_Search_start, d); //Note that we go to start, to search again in betwe… in f_rx_sync() [all …]
|
| D | p2G4_func_queue.h | 69 void fq_add(bs_time_t time, f_index_t index, uint32_t dev_nbr);
|
| D | p2G4_func_queue.c | 66 void fq_add(bs_time_t time, f_index_t index, uint32_t dev_nbr) { in fq_add() function
|