/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-gpio.c | 95 virtio_device->obj.start_hw = qvirtio_gpio_device_start_hw; in virtio_gpio_device_create() 142 obj->start_hw = qvirtio_gpio_pci_start_hw; in virtio_gpio_pci_create()
|
H A D | virtio-scmi.c | 97 virtio_device->obj.start_hw = qvirtio_scmi_device_start_hw; in virtio_scmi_device_create() 144 obj->start_hw = qvirtio_scmi_pci_start_hw; in virtio_scmi_pci_create()
|
H A D | virtio-net.c | 113 virtio_ndevice->obj.start_hw = qvirtio_net_device_start_hw; in virtio_net_device_create() 163 obj->start_hw = qvirtio_net_pci_start_hw; in virtio_net_pci_create()
|
H A D | virtio-9p.c | 148 virtio_device->obj.start_hw = virtio_9p_device_start_hw; in virtio_9p_device_create() 197 obj->start_hw = virtio_9p_pci_start_hw; in virtio_9p_pci_create()
|
H A D | riscv-iommu.c | 52 r_iommu_pci->obj.start_hw = riscv_iommu_pci_start_hw; in riscv_iommu_pci_create()
|
H A D | qgraph.h | 137 QOSStartFunct start_hw; member
|
H A D | virtio-iommu.c | 101 obj->start_hw = qvirtio_iommu_pci_start_hw; in virtio_iommu_pci_create()
|
H A D | sdhci.c | 135 spci->obj.start_hw = sdhci_pci_start_hw; in sdhci_pci_create()
|
H A D | igb.c | 165 d->obj.start_hw = igb_pci_start_hw; in igb_pci_create()
|
H A D | i2c-omap.c | 183 s->obj.start_hw = omap_i2c_start_hw; in omap_i2c_init()
|
H A D | e1000e.c | 200 d->obj.start_hw = e1000e_pci_start_hw; in e1000e_pci_create()
|
H A D | qgraph.c | 781 if (obj->start_hw) { in qos_object_start_hw() 782 obj->start_hw(obj); in qos_object_start_hw()
|
H A D | virtio-mmio.c | 257 dev->obj.start_hw = qvirtio_mmio_start_hw; in qvirtio_mmio_init_device()
|
H A D | virtio-pci.c | 412 dev->obj.start_hw = qvirtio_pci_start_hw; in qvirtio_pci_init_from_pcidev()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.c | 50 s32 status = hw->mac.ops.start_hw(hw); in ixgbevf_init_hw_vf() 1002 .start_hw = ixgbevf_start_hw_vf, 1020 .start_hw = ixgbevf_start_hw_vf,
|
H A D | vf.h | 22 s32 (*start_hw)(struct ixgbe_hw *); member
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | cnic.h | 313 int (*start_hw)(struct cnic_dev *); member
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_vf.c | 506 .start_hw = fm10k_start_hw_generic,
|
H A D | fm10k_type.h | 511 s32 (*start_hw)(struct fm10k_hw *); member
|
H A D | fm10k_pf.c | 1784 .start_hw = fm10k_start_hw_generic,
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 575 int (*start_hw)(struct iwl_trans *iwl_trans); member 1164 return trans->ops->start_hw(trans); in iwl_trans_start_hw()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 827 .start_hw = &ixgbe_start_hw_X540,
|
H A D | ixgbe_82598.c | 1118 .start_hw = &ixgbe_start_hw_82598,
|
H A D | ixgbe_82599.c | 2165 .start_hw = &ixgbe_start_hw_82599,
|
/openbmc/qemu/docs/devel/testing/ |
H A D | qgraph.rst | 490 spci->obj.start_hw = sdhci_pci_start_hw;
|