Home
last modified time | relevance | path

Searched refs:tx_el_t (Results 1 – 7 of 7) sorted by relevance

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_pending_tx_rx_list.h22 } tx_el_t; typedef
36 tx_el_t *tx_list; //Array of transmission parameters with one element per device
Dp2G4_pending_tx_list.c14 static tx_el_t *tx_list = NULL;
20 tx_l_c.tx_list = bs_calloc(n_devs, sizeof(tx_el_t)); in txl_create()
Dchannel_if.h55 int channel_calc(const uint *tx_used, tx_el_t *tx_list, uint txnbr, uint rxnbr, bs_time_t now, doub…
Dp2G4_dump.h44 void dump_tx(tx_el_t *tx, uint dev_nbr);
Dp2G4_dump.c347 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()
Dp2G4_channel_and_modem.c49 typedef int (*cha_calc_f)(const uint *tx_used, tx_el_t *tx_list, uint txnbr, uint rxnbr, bs_time_t…
Dp2G4_main.c42 tx_el_t* tx_el; in f_tx_end()