Home
last modified time | relevance | path

Searched refs:scan_end (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_pending_tx_rx_list.h126 bs_time_t scan_end; //Last us (included) in which we will scan member
147 bs_time_t scan_end; //Last us (possibly included) in which we will scan member
Dp2G4_main.c279 bs_time_t end_time = BS_MIN((rx_status->scan_end + 1), rx_status->rx_s.abort.recheck_time); in rx_enqueue_search_reeval()
309 if (scanning && (rx_st->rx_s.abort.abort_time < rx_st->scan_end) ) { in rx_possible_abort_recheck()
310 rx_st->scan_end = rx_st->rx_s.abort.abort_time - 1; in rx_possible_abort_recheck()
418 if ( current_time > rx_status->scan_end ) { in f_rx_search_reeval()
457 next_time = BS_MIN(next_time, rx_status->scan_end + 1); in f_rx_found()
490 if ( current_time > rx_a[d].scan_end ) { in f_rx_sync()
499 next_time = BS_MIN(next_time, rx_a[d].scan_end + 1); in f_rx_sync()
691 if ((req->abort.abort_time < cca_s->scan_end) ) { in f_cca_meas()
692 cca_s->scan_end = req->abort.abort_time; in f_cca_meas()
710 cca_s->scan_end = current_time; in f_cca_meas()
[all …]