Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_2G4_phy_v1-latest/src/
Dp2G4_dump.c350 void dump_txv1(tx_el_t *tx, uint dev_nbr) { in dump_txv1() argument
357 size_t size = 1024 + tx->tx_s.packet_size*3+1; in dump_txv1()
358 p2G4_txv2_t *txs = &tx->tx_s; in dump_txv1()
375 if ( tx->tx_s.packet_size > 0 ) { in dump_txv1()
376 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv1()
377 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv1()
387 void dump_txv2(tx_el_t *tx, uint dev_nbr) { in dump_txv2() argument
394 size_t size = 1024 + tx->tx_s.packet_size*3+1; in dump_txv2()
395 p2G4_txv2_t *txs = &tx->tx_s; in dump_txv2()
416 if ( tx->tx_s.packet_size > 0 ) { in dump_txv2()
[all …]
Dp2G4_dump.h44 void dump_tx(tx_el_t *tx, uint dev_nbr);