Searched refs:nic_path (Results 1 – 1 of 1) sorted by relevance
401 nic_path = self._get_device_path(hub_path, self.NIC_VID, self.NIC_PID)402 if not nic_path or nic_path == '.':406 logging.info('Path to the servo_v4 NIC device: %s', nic_path)407 if hub_path == nic_path or not nic_path.startswith(hub_path):413 macaddr = self._get_mac_address(host, nic_path)437 def _get_mac_address(self, host, nic_path): argument438 cmd = r'find %s/ | grep /net/ | grep /address' % nic_path