Searched refs:rxPhy (Results 1 – 1 of 1) sorted by relevance
35 def lfmt(txPhy, rxPhy): argument38 rxPhy)] + ')'76 rxPhy = event['data']['RxPhy']77 self.log.info("\tClient PHY updated: " + lfmt(txPhy, rxPhy))85 rxPhy = event['data']['RxPhy']86 self.log.info("\tServer PHY updated: " + lfmt(txPhy, rxPhy))196 rxPhy = (i & 1) and rxPhyB or rxPhyA198 self.log.info("Will try to set PHY to: " + lfmt(txPhy, rxPhy))200 txPhy, rxPhy, 0)201 self.ensure_both_updated_phy(txPhy, rxPhy)[all …]