Searched refs:tx (Results 1 – 2 of 2) sorted by relevance
350 void dump_txv1(tx_el_t *tx, uint dev_nbr) { in dump_txv1() argument357 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() argument394 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 …]
44 void dump_tx(tx_el_t *tx, uint dev_nbr);