Searched refs:tx_el_t (Results 1 – 7 of 7) sorted by relevance
/babblesim_ext_2G4_phy_v1-3.4.0/src/ |
D | p2G4_pending_tx_rx_list.h | 22 } tx_el_t; typedef 36 tx_el_t *tx_list; //Array of transmission parameters with one element per device
|
D | p2G4_pending_tx_list.c | 14 static tx_el_t *tx_list = NULL; 20 tx_l_c.tx_list = bs_calloc(n_devs, sizeof(tx_el_t)); in txl_create()
|
D | channel_if.h | 55 int channel_calc(const uint *tx_used, tx_el_t *tx_list, uint txnbr, uint rxnbr, bs_time_t now, doub…
|
D | p2G4_dump.h | 44 void dump_tx(tx_el_t *tx, uint dev_nbr);
|
D | p2G4_dump.c | 347 void dump_txv1(tx_el_t *tx, uint dev_nbr) { in dump_txv1() 384 void dump_txv2(tx_el_t *tx, uint dev_nbr) { in dump_txv2() 424 void dump_tx(tx_el_t *tx, uint dev_nbr){ in dump_tx()
|
D | p2G4_channel_and_modem.c | 49 typedef int (*cha_calc_f)(const uint *tx_used, tx_el_t *tx_list, uint txnbr, uint rxnbr, bs_time_t…
|
D | p2G4_main.c | 42 tx_el_t* tx_el; in f_tx_end()
|