Searched defs:hmp (Results 1 – 3 of 3) sorted by relevance
584 struct hamachi_private *hmp; in hamachi_init_one() local819 struct hamachi_private *hmp = netdev_priv(dev); in mdio_read() local837 struct hamachi_private *hmp = netdev_priv(dev); in mdio_write() local857 struct hamachi_private *hmp = netdev_priv(dev); in hamachi_open() local997 struct hamachi_private *hmp = netdev_priv(dev); in hamachi_tx() local1028 struct hamachi_private *hmp = from_timer(hmp, t, timer); in hamachi_timer() local1054 struct hamachi_private *hmp = netdev_priv(dev); in hamachi_tx_timeout() local1168 struct hamachi_private *hmp = netdev_priv(dev); in hamachi_init_ring() local1218 struct hamachi_private *hmp = netdev_priv(dev); in hamachi_start_xmit() local1305 struct hamachi_private *hmp = netdev_priv(dev); in hamachi_interrupt() local[all …]
168 MonitorHMP hmp = {}; in qmp_human_monitor_command() local
912 def hmp(self, command_line: str, use_log: bool = False) -> QMPMessage: member in VM