Searched refs:dev_nbr (Results 1 – 7 of 7) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_dump.c | 158 const char* p_id, int dev_nbr) { in open_file() argument 161 sprintf(filename,"%s/d_%s_%02i.%s.csv",results_path, p_id, dev_nbr, type); in open_file() 167 bs_trace_warning_line("%s file for device %i empty => won't be checked\n",type, dev_nbr); in open_file() 310 void print_or_compare(FILE** file, char *produced, size_t str_size, uint dev_nbr, in print_or_compare() argument 333 bs_trace_raw(1,"Comp: Device %i, %s %i differs\n", dev_nbr, type, op_nbr); in print_or_compare() 346 …ing_line("Too many errors in %s file for device %i. It won't be checked anymore\n", type, dev_nbr); in print_or_compare() 350 void dump_txv1(tx_el_t *tx, uint dev_nbr) { in dump_txv1() argument 351 if ( ( txv1_f == NULL ) || ( txv1_f[dev_nbr] == NULL ) ){ in dump_txv1() 355 stats[dev_nbr].nbr_txv1++; in dump_txv1() 381 print_or_compare(&txv1_f[dev_nbr], in dump_txv1() [all …]
|
| D | p2G4_pending_tx_rx_list.h | 72 void txl_clear(uint dev_nbr); 82 void txl_start_tx(uint dev_nbr); 93 void txl_start_packet(uint dev_nbr); 105 void txl_end_packet(uint dev_nbr);
|
| D | p2G4_func_queue.h | 15 typedef void (*queable_f)(uint dev_nbr); 69 void fq_add(bs_time_t time, f_index_t index, uint32_t dev_nbr); 99 void fq_remove(uint32_t dev_nbr);
|
| D | p2G4_dump.h | 44 void dump_tx(tx_el_t *tx, uint dev_nbr); 59 void dump_cca(cca_status_t *cca, uint 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() argument 67 fq_element_t *el = &f_queue[dev_nbr]; in fq_add()
|
| D | modem_if.h | 38 void* modem_init(int argc, char *argv[], uint dev_nbr, uint nbr_devices);
|
| D | p2G4_channel_and_modem.c | 56 typedef void* (*m_init_f)(int argc, char *argv[], uint dev_nbr, uint n_devs);
|