Searched refs:packet_duration (Results 1 – 3 of 3) sorted by relevance
24 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration,
882 …bs_time_t packet_duration = 0; //Main packet duration (from preamble to CRC except for codedPhy wh… in start_Tx() local885 packet_duration = preamble_len*8 + address_len*8; in start_Tx()887 packet_duration = 3; //TERM2 in start_Tx()889 packet_duration += header_len*8 + payload_len*8 + crc_len*8; in start_Tx()890 packet_duration /= bits_per_us; in start_Tx()914 nhwra_prep_tx_request(&tx_status.tx_req, main_packet_size, packet_duration, in start_Tx()
509 void nhwra_prep_tx_request(p2G4_txv2_t *tx_req, uint packet_size, bs_time_t packet_duration, in nhwra_prep_tx_request() argument532 tx_req->end_tx_time = tx_req->start_tx_time + packet_duration - 1; in nhwra_prep_tx_request()