Searched refs:abort (Results 1 – 5 of 5) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_main.c | 46 if ( tx_el->tx_s.abort.abort_time < tx_el->tx_s.end_tx_time ) { in f_tx_end() 194 TxEndt = BS_MIN(tx_s->end_tx_time, tx_s->abort.abort_time); in tx_schedule_next_event() 197 if ( NextTime >= tx_s->abort.recheck_time ){ in tx_schedule_next_event() 198 fq_add(tx_s->abort.recheck_time, Tx_Abort_Reeval, d); in tx_schedule_next_event() 230 if (pick_and_validate_abort(d, &(tx_s->abort), "Tx")) in f_tx_abort_reeval() 279 bs_time_t end_time = BS_MIN((rx_status->scan_end + 1), rx_status->rx_s.abort.recheck_time); in rx_enqueue_search_reeval() 305 if ( current_time >= rx_st->rx_s.abort.recheck_time ) { in rx_possible_abort_recheck() 306 if ( pick_and_validate_abort(d, &(rx_a[d].rx_s.abort), "Rx") != 0 ){ in rx_possible_abort_recheck() 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() [all …]
|
| D | p2G4_v1_v2_remap.c | 35 memcpy(&rx_v2_s->abort, &rx_v1_s->abort, sizeof(p2G4_abort_t)); in map_rxv1_to_rxv2() 48 memcpy(&tx_v2_s->abort, &tx_v1_s->abort, sizeof(p2G4_abort_t)); in map_txv1_to_txv2()
|
| D | p2G4_dump.c | 372 txs->abort.abort_time, txs->abort.recheck_time, in dump_txv1() 413 txs->abort.abort_time, txs->abort.recheck_time, in dump_txv2() 467 … req->header_duration, req->error_calc_rate, req->abort.abort_time, req->abort.recheck_time, in dump_rxv1() 567 req->abort.abort_time, req->abort.recheck_time, in dump_rxv2() 672 cca->req.abort.abort_time, cca->req.abort.recheck_time, in dump_cca()
|
| D | p2G4_com.h | 29 int p2G4_phy_get_new_abort_receive(uint d, p2G4_abort_t* abort);
|
| /babblesim_ext_2G4_phy_v1-latest/docs/ |
| D | README_dumps.md | 31 * recheck_time: (internal info) When did the device request to reevaluate the possibility to abort … 51 * recheck_time: (internal info) When did the device request to reevaluate the possibility to abort … 86 * recheck_time: (internal info) When did the device request to reevaluate the possibility to abort … 109 * recheck_time: (internal info) When did the device request to reevaluate the possibility to abort … 136 * recheck_time: (internal info) When did the device request to reevaluate the possibility to abort …
|