Home
last modified time | relevance | path

Searched refs:start_hw (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-gpio.c95 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 Dvirtio-scmi.c97 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 Dvirtio-net.c113 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 Dvirtio-9p.c148 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 Driscv-iommu.c52 r_iommu_pci->obj.start_hw = riscv_iommu_pci_start_hw; in riscv_iommu_pci_create()
H A Dqgraph.h137 QOSStartFunct start_hw; member
H A Dvirtio-iommu.c101 obj->start_hw = qvirtio_iommu_pci_start_hw; in virtio_iommu_pci_create()
H A Dsdhci.c135 spci->obj.start_hw = sdhci_pci_start_hw; in sdhci_pci_create()
H A Digb.c165 d->obj.start_hw = igb_pci_start_hw; in igb_pci_create()
H A Di2c-omap.c183 s->obj.start_hw = omap_i2c_start_hw; in omap_i2c_init()
H A De1000e.c200 d->obj.start_hw = e1000e_pci_start_hw; in e1000e_pci_create()
H A Dqgraph.c781 if (obj->start_hw) { in qos_object_start_hw()
782 obj->start_hw(obj); in qos_object_start_hw()
H A Dvirtio-mmio.c257 dev->obj.start_hw = qvirtio_mmio_start_hw; in qvirtio_mmio_init_device()
H A Dvirtio-pci.c412 dev->obj.start_hw = qvirtio_pci_start_hw; in qvirtio_pci_init_from_pcidev()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c50 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 Dvf.h22 s32 (*start_hw)(struct ixgbe_hw *); member
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h313 int (*start_hw)(struct cnic_dev *); member
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c506 .start_hw = fm10k_start_hw_generic,
H A Dfm10k_type.h511 s32 (*start_hw)(struct fm10k_hw *); member
H A Dfm10k_pf.c1784 .start_hw = fm10k_start_hw_generic,
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h575 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 Dixgbe_x540.c827 .start_hw = &ixgbe_start_hw_X540,
H A Dixgbe_82598.c1118 .start_hw = &ixgbe_start_hw_82598,
H A Dixgbe_82599.c2165 .start_hw = &ixgbe_start_hw_82599,
/openbmc/qemu/docs/devel/testing/
H A Dqgraph.rst490 spci->obj.start_hw = sdhci_pci_start_hw;

12