Home
last modified time | relevance | path

Searched refs:tx_s (Results 1 – 5 of 5) sorted by relevance

/babblesim_ext_2G4_libPhyComv1-latest/src/
Dbs_pc_2G4.c28 int p2G4_dev_req_tx_c_b(p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_tx_c_b() argument
29 return p2G4_dev_req_tx_s_c_b(&C2G4_dev_st, tx_s, packet, tx_done_s); in p2G4_dev_req_tx_c_b()
32 int p2G4_dev_req_txv2_c_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_txv2_c_b() argument
33 return p2G4_dev_req_txv2_s_c_b(&C2G4_dev_st, tx_s, packet, tx_done_s); in p2G4_dev_req_txv2_c_b()
78 int p2G4_dev_req_tx_nc_b(p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_tx_nc_b() argument
79 return p2G4_dev_req_tx_s_nc_b(&C2G4_dev_st_nc, tx_s, packet, tx_done_s); in p2G4_dev_req_tx_nc_b()
82 int p2G4_dev_req_txv2_nc_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_txv2_nc_b() argument
83 return p2G4_dev_req_txv2_s_nc_b(&C2G4_dev_st_nc, tx_s, packet, tx_done_s); in p2G4_dev_req_txv2_nc_b()
Dbs_pc_2G4_stateless.c85 int p2G4_dev_req_tx_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_t *tx_s, uint8_t *packet, p2G… in p2G4_dev_req_tx_s_c_b() argument
91 p2G4_dev_req_tx_i(&p2G4_dev_state->pb_dev_state, tx_s, packet); in p2G4_dev_req_tx_s_c_b()
93 header = get_resp_while_handling_abortreeval_s(p2G4_dev_state, &tx_s->abort); in p2G4_dev_req_tx_s_c_b()
105 int p2G4_dev_req_txv2_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet,… in p2G4_dev_req_txv2_s_c_b() argument
111 p2G4_dev_req_txv2_i(&p2G4_dev_state->pb_dev_state, tx_s, packet); in p2G4_dev_req_txv2_s_c_b()
113 header = get_resp_while_handling_abortreeval_s(p2G4_dev_state, &tx_s->abort); in p2G4_dev_req_txv2_s_c_b()
127 int p2G4_dev_req_tx_s_c(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_t *tx_s, uint8_t *packet) { in p2G4_dev_req_tx_s_c() argument
129 p2G4_dev_req_tx_i(&p2G4_dev_state->pb_dev_state, tx_s, packet); in p2G4_dev_req_tx_s_c()
140 int p2G4_dev_req_txv2_s_c(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet) { in p2G4_dev_req_txv2_s_c() argument
142 p2G4_dev_req_txv2_i(&p2G4_dev_state->pb_dev_state, tx_s, packet); in p2G4_dev_req_txv2_s_c()
Dbs_pc_2G4.h85 int p2G4_dev_req_tx_c_b(p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
86 int p2G4_dev_req_txv2_c_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
95 int p2G4_dev_req_tx_nc_b(p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
96 int p2G4_dev_req_txv2_nc_b(p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
131 int p2G4_dev_req_tx_s_nc_b(p2G4_dev_state_nc_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx…
132 int p2G4_dev_req_txv2_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, …
158 int p2G4_dev_req_tx_s_c_b(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_d…
159 int p2G4_dev_req_txv2_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet,…
160 int p2G4_dev_req_tx_s_c(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf);
Dbs_pc_2G4_stateless_wo_callbacks.c80 int p2G4_dev_req_tx_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *packet, p2G4… in p2G4_dev_req_tx_s_nc_b() argument
89 p2G4_dev_req_tx_i(&c2G4_dev_st->pb_dev_state, tx_s, packet); in p2G4_dev_req_tx_s_nc_b()
106 int p2G4_dev_req_txv2_s_nc_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, … in p2G4_dev_req_txv2_s_nc_b() argument
115 p2G4_dev_req_txv2_i(&c2G4_dev_st->pb_dev_state, tx_s, packet); in p2G4_dev_req_txv2_s_nc_b()
Dbs_pc_2G4_priv.h20 void p2G4_dev_req_tx_i(pb_dev_state_t *pb_dev_state, p2G4_tx_t *tx_s, uint8_t *p);