Searched refs:hmp (Results 1 – 2 of 2) sorted by relevance
769 hmp->mii_if.phy_id = hmp->phys[0]; in hamachi_init_one()771 memset(&hmp->mii_if, 0, sizeof(hmp->mii_if)); in hamachi_init_one()1001 for (; hmp->cur_tx - hmp->dirty_tx > 0; hmp->dirty_tx++) { in hamachi_tx()1116 hmp->cur_rx = hmp->cur_tx = 0; in hamachi_tx_timeout()1117 hmp->dirty_rx = hmp->dirty_tx = 0; in hamachi_tx_timeout()1172 hmp->cur_rx = hmp->cur_tx = 0; in hamachi_init_ring()1173 hmp->dirty_rx = hmp->dirty_tx = 0; in hamachi_init_ring()1286 if ((hmp->cur_tx - hmp->dirty_tx) < (TX_RING_SIZE - 4)) in hamachi_start_xmit()1340 for (; hmp->cur_tx - hmp->dirty_tx > 0; hmp->dirty_tx++){ in hamachi_interrupt()1590 for (; hmp->cur_rx - hmp->dirty_rx > 0; hmp->dirty_rx++) { in hamachi_rx()[all …]
1003 virsh qemu-monitor-command <guest-name> --hmp "device-del <device-id>"1010 virsh qemu-monitor-command my-guest --hmp "device_del hostdev0"1047 virsh qemu-monitor-command <guest-name> --hmp \1054 virsh qemu-monitor-command my-guest --hmp \
Completed in 19 milliseconds