Home
last modified time | relevance | path

Searched refs:cmd_handler (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c54 struct delayed_work cmd_handler; member
637 cmd_handler.work); in pci_epf_test_cmd_handler()
685 queue_delayed_work(kpcitest_workqueue, &epf_test->cmd_handler, in pci_epf_test_cmd_handler()
696 cancel_delayed_work(&epf_test->cmd_handler); in pci_epf_test_unbind()
805 queue_delayed_work(kpcitest_workqueue, &epf_test->cmd_handler, in pci_epf_test_link_up()
943 queue_work(kpcitest_workqueue, &epf_test->cmd_handler.work); in pci_epf_test_bind()
968 INIT_DELAYED_WORK(&epf_test->cmd_handler, pci_epf_test_cmd_handler); in pci_epf_test_probe()
H A Dpci-epf-ntb.c102 struct delayed_work cmd_handler; member
632 ntb_epc = container_of(work, struct epf_ntb_epc, cmd_handler.work); in epf_ntb_cmd_handler()
700 queue_delayed_work(kpcintb_workqueue, &ntb_epc->cmd_handler, in epf_ntb_cmd_handler()
1771 INIT_DELAYED_WORK(&ntb->epc[type]->cmd_handler, epf_ntb_cmd_handler); in epf_ntb_epc_init_interface()
1772 queue_work(kpcintb_workqueue, &ntb->epc[type]->cmd_handler.work); in epf_ntb_epc_init_interface()
1804 cancel_delayed_work(&ntb_epc->cmd_handler); in epf_ntb_epc_cleanup_interface()
H A Dpci-epf-vntb.c144 struct delayed_work cmd_handler; member
257 ntb = container_of(work, struct epf_ntb, cmd_handler.work); in epf_ntb_cmd_handler()
319 queue_delayed_work(kpcintb_workqueue, &ntb->cmd_handler, in epf_ntb_cmd_handler()
788 INIT_DELAYED_WORK(&ntb->cmd_handler, epf_ntb_cmd_handler); in epf_ntb_epc_init()
789 queue_work(kpcintb_workqueue, &ntb->cmd_handler.work); in epf_ntb_epc_init()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0010-hw-pvrdma-Protect-against-buggy-or-malicious-guest-d.patch39 sizeof(struct cmd_handler)) {
/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h291 void (*cmd_handler)(IPMIBmcSim *s, member
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c1364 static struct cmd_handler { struct
1410 static struct cmd_handler _cmd_handler[X86_DECODE_CMD_LAST];
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c622 if (!hdl->cmd_handler) { in ipmi_get_handler()
690 hdl->cmd_handler(ibs, cmd, cmd_len, &rsp); in ipmi_sim_handle_command()