Searched refs:rx_rate (Results 1 – 5 of 5) sorted by relevance
207 rx_success, rx_rate, rx_unit = self.run_iperf_client(209 self.log.info('TestResult iperf_{}_rx'.format(usb_speed) + rx_rate +218 if not rx_success or (float(rx_rate) < criteria and rx_unit != "G"):221 usb_speed, rx_rate, rx_unit))
141 pub fn rx_rate(&mut self, rx_rate_idx: u32) -> &mut Self { in rx_rate() method266 HwsimAttrRxRate(child) => builder.rx_rate(child.rx_rate_idx),
429 builder.rx_rate(attrs.rx_rate_idx.unwrap_or(RX_RATE)); in create_hwsim_attr()
589 rx_rate = (math.fsum(ip_cl.instantaneous_rates) /592 rx_rate = ip_cl.avg_receive_rate * 8593 return rx_rate
1491 rx_rate = iperf_result.avg_receive_rate1492 if (tx_rate or rx_rate) is None:1498 (tx_rate/1000000), (rx_rate/1000000))1501 rate_dict["Downlink"] = rx_rate