Searched refs:tx_d (Results 1 – 2 of 2) sorted by relevance
22 void p2G4_phy_resp_tx(uint d, p2G4_tx_done_t * tx_d);
155 static void find_and_activate_rx(const p2G4_txv2_t *tx_s, uint tx_d) { in find_and_activate_rx() argument160 rx_s->tx_nbr = tx_d; in find_and_activate_rx()344 int tx_d; in f_rx_search_start() local353 tx_d = prelock_check(d, rx_status); in f_rx_search_start()356 tx_d = find_fitting_tx(rx_status); in f_rx_search_start()359 if (tx_d >= 0) { in f_rx_search_start()360 rx_status->tx_nbr = tx_d; in f_rx_search_start()428 uint tx_d = rx_status->tx_nbr; in f_rx_found() local441 || (chm_is_packet_synched( &tx_l_c, tx_d, d, rx_status, current_time ) )) in f_rx_found()443 p2G4_txv2_t *tx_s = &tx_l_c.tx_list[tx_d].tx_s; in f_rx_found()[all …]