Searched refs:ab (Results 1 – 1 of 1) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_main.c | 62 static int pick_abort_tail(uint d, p2G4_abort_t *ab, const char* type) { in pick_abort_tail() argument 63 if ( current_time > ab->abort_time ){ in pick_abort_tail() 64 …ime_line("Device %u requested %s abort in %"PRItime" which has passed\n", d, type, ab->abort_time); in pick_abort_tail() 66 if ( current_time > ab->recheck_time ){ //we allow to recheck just now in pick_abort_tail() 67 …Device %u requested %s abort recheck in %"PRItime" which has passed\n", d, type, ab->recheck_time); in pick_abort_tail() 69 if ( current_time == ab->recheck_time ){ in pick_abort_tail() 76 d, type, ab->abort_time, ab->recheck_time); in pick_abort_tail() 84 static int pick_and_validate_abort(uint d, p2G4_abort_t *ab, const char* type) { in pick_and_validate_abort() argument 91 ret = p2G4_phy_get_new_abort_receive(d, ab); in pick_and_validate_abort() 107 return pick_abort_tail(d, ab, type); in pick_and_validate_abort() [all …]
|