Searched refs:n_dev (Results 1 – 3 of 3) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_func_queue.c | 21 void fq_init(uint32_t n_dev){ in fq_init() argument 22 f_queue = bs_calloc(n_dev, sizeof(fq_element_t)); in fq_init() 23 n_devs = n_dev; in fq_init()
|
| D | p2G4_dump.c | 21 static uint n_dev = 0; variable 186 n_dev = n_dev_i; in open_dump_files() 190 stats = bs_calloc(n_dev, sizeof(t_dump_check_stats)); in open_dump_files() 191 txv1_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 192 rxv1_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 193 txv2_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 194 rxv2_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 195 RSSI_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 196 CCA_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() 197 modemrx_f = bs_calloc(n_dev, sizeof(FILE *)); in open_dump_files() [all …]
|
| D | p2G4_dump.h | 64 void dump_ModemRx(bs_time_t now, uint tx_nbr, uint d, uint n_dev, uint CalNotRecal, p2G4_modemdigpa…
|