Home
last modified time | relevance | path

Searched refs:kick (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.c296 uint64_t kick; in ivshmem_client_handle_event() local
307 ret = read(peer->vectors[i], &kick, sizeof(kick)); in ivshmem_client_handle_event()
311 if (ret != sizeof(kick)) { in ivshmem_client_handle_event()
317 PRIu64 "\n", peer->vectors[i], i, kick); in ivshmem_client_handle_event()
349 uint64_t kick; in ivshmem_client_notify() local
361 kick = 1; in ivshmem_client_notify()
362 if (write(fd, &kick, sizeof(kick)) != sizeof(kick)) { in ivshmem_client_notify()
/openbmc/qemu/tests/qtest/fuzz/
H A Dvirtio_scsi_fuzz.c78 uint8_t kick; in virtio_scsi_fuzz() member
103 vqa.kick = vqa.kick & 1; in virtio_scsi_fuzz()
119 if (vqa.kick) { in virtio_scsi_fuzz()
H A Dvirtio_blk_fuzz.c75 uint8_t kick; in virtio_blk_fuzz() member
100 vqa.kick = vqa.kick & 1; in virtio_blk_fuzz()
115 if (vqa.kick) { in virtio_blk_fuzz()
/openbmc/qemu/hw/net/
H A Dsungem.c377 uint32_t comp, kick; in sungem_tx_kick() local
405 kick = s->txdmaregs[TXDMA_KICK >> 2] & s->tx_mask; in sungem_tx_kick()
407 trace_sungem_tx_process(comp, kick, s->tx_mask + 1); in sungem_tx_kick()
413 while (comp != kick) { in sungem_tx_kick()
443 static bool sungem_rx_full(SunGEMState *s, uint32_t kick, uint32_t done) in sungem_rx_full() argument
445 return kick == ((done + 1) & s->rx_mask); in sungem_rx_full()
451 uint32_t kick, done, rxdma_cfg, rxmac_cfg; in sungem_can_receive() local
468 kick = s->rxdmaregs[RXDMA_KICK >> 2]; in sungem_can_receive()
470 full = sungem_rx_full(s, kick, done); in sungem_can_receive()
472 trace_sungem_rx_check(!full, kick, done); in sungem_can_receive()
[all …]
/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend2 # This will kick start a gpio monitor that will catch the
/openbmc/u-boot/doc/
H A DREADME.nokia_rx5120 NOLO so u-boot must kick watchdog to prevent reboot device (but not very
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnative.bbclass109 # we dont want libc-*libc to kick in for native recipes
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DGPL-2.0-with-lmbench-restriction87 networking numbers in isolation. The restrictions only kick
/openbmc/docs/designs/
H A Dbmc-reset-with-host-up.md134 - Move host to Quiesce and allow automated recovery to kick in
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c1739 uint64_t kick = epctx->mfindex_last + epctx->interval; in xhci_calc_intr_kick() local
1742 xfer->mfindex_kick = MAX(asap, kick); in xhci_calc_intr_kick()