Home
last modified time | relevance | path

Searched refs:tx_done_s (Results 1 – 6 of 6) 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.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);
121 p2G4_tx_done_t *tx_done_s; member
131 …s_nc_b(p2G4_dev_state_nc_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
132 …b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
158 …x_s_c_b(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *buf, p2G4_tx_done_t *tx_done_s);
159 …p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s);
161 int p2G4_dev_pick_txresp_s_c_b(p2G4_dev_state_s_t *p2G4_dev_st, p2G4_tx_done_t *tx_done_s);
Dbs_pc_2G4_priv.c29 p2G4_tx_done_t *tx_done_s) in p2G4_dev_handle_tx_resp_i() argument
33 ret = pb_dev_read(pb_dev_state, tx_done_s, sizeof(p2G4_tx_done_t)); in p2G4_dev_handle_tx_resp_i()
53 p2G4_tx_done_t *tx_done_s) in p2G4_dev_get_tx_resp_i() argument
63 tx_done_s); in p2G4_dev_get_tx_resp_i()
Dbs_pc_2G4_stateless.c85 …_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) in p2G4_dev_req_tx_s_c_b() argument
96 tx_done_s); in p2G4_dev_req_tx_s_c_b()
105 …(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) in p2G4_dev_req_txv2_s_c_b() argument
116 tx_done_s); in p2G4_dev_req_txv2_s_c_b()
154 int p2G4_dev_pick_txresp_s_c_b(p2G4_dev_state_s_t *p2G4_dev_state, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_pick_txresp_s_c_b() argument
156 int ret = p2G4_dev_get_tx_resp_i(&p2G4_dev_state->pb_dev_state, tx_done_s); in p2G4_dev_pick_txresp_s_c_b()
Dbs_pc_2G4_stateless_wo_callbacks.c39 ret = p2G4_dev_handle_tx_resp_i(&c2G4_dev_st->pb_dev_state, header, c2G4_dev_st->tx_done_s); in p2G4_dev_get_tx_resp_nc()
80 …_b(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_tx_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_tx_s_nc_b() argument
83 c2G4_dev_st->tx_done_s = tx_done_s; in p2G4_dev_req_tx_s_nc_b()
106 …(p2G4_dev_state_nc_t *c2G4_dev_st, p2G4_txv2_t *tx_s, uint8_t *packet, p2G4_tx_done_t *tx_done_s) { in p2G4_dev_req_txv2_s_nc_b() argument
109 c2G4_dev_st->tx_done_s = tx_done_s; in p2G4_dev_req_txv2_s_nc_b()
Dbs_pc_2G4_priv.h22 …_dev_handle_tx_resp_i(pb_dev_state_t *pb_dev_state, pc_header_t header, p2G4_tx_done_t *tx_done_s);
23 int p2G4_dev_get_tx_resp_i(pb_dev_state_t *pb_dev_state, p2G4_tx_done_t *tx_done_s);