Home
last modified time | relevance | path

Searched refs:vector (Results 1926 – 1950 of 2161) sorted by relevance

1...<<71727374757677787980>>...87

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.h833 u16 vector; member
/openbmc/qemu/hw/nvme/
H A Dnvme.h489 uint32_t vector; member
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dbios_handler.cpp106 std::vector< in biosAttribsCallback()
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp121 std::vector<
/openbmc/qemu/docs/system/i386/
H A Dxen.rst47 vector support to the guest.
/openbmc/linux/Documentation/devicetree/bindings/sram/
H A Dsram.yaml282 // cpu0 should jump to SMP entry vector
/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp181 std::vector<nghttp2_nv> hdr; in sendResponse()
/openbmc/qemu/target/arm/tcg/
H A Dmve.decode206 # Moves between 2 32-bit vector lanes and 2 general purpose registers
575 # Vector add across vector
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000e.rst53 vector can generate per second. Increasing ITR lowers latency at the cost of
87 This mode attempts to moderate interrupts per vector while maintaining
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml173 * snps,blen, this is a vector of supported burst length.
543 this is a vector of supported burst length.
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c3613 writel(enable ? 1 : 0, vector->addr); in hclge_enable_vector()
3685 vector->vector_irq = pci_irq_vector(hdev->pdev, 0); in hclge_get_misc_vector()
4688 hdev->vector_irq[idx] = vector_info->vector; in hclge_get_vector_info()
4695 struct hnae3_vector_info *vector = vector_info; in hclge_get_vector() local
4707 hclge_get_vector_info(hdev, i, vector); in hclge_get_vector()
4708 vector++; in hclge_get_vector()
4726 if (vector == hdev->vector_irq[i]) in hclge_get_vector_index()
4738 vector_id = hclge_get_vector_index(hdev, vector); in hclge_put_vector()
4741 "Get vector index fail. vector = %d\n", vector); in hclge_put_vector()
4986 vector_id = hclge_get_vector_index(hdev, vector); in hclge_map_ring_to_vector()
[all …]
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1964 int kvm_irqchip_add_msi_route(KVMRouteChange *c, int vector, PCIDevice *dev) in kvm_irqchip_add_msi_route() argument
1972 msg = pci_get_msi_message(dev, vector); in kvm_irqchip_add_msi_route()
2004 vector, virq); in kvm_irqchip_add_msi_route()
2007 kvm_arch_add_msi_route_post(&kroute, vector, dev); in kvm_irqchip_add_msi_route()
2162 int kvm_irqchip_add_msi_route(KVMRouteChange *c, int vector, PCIDevice *dev) in kvm_irqchip_add_msi_route() argument
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c1332 synchronize_irq(trans_pcie->msix_entries[i].vector); in iwl_pcie_synchronize_irqs()
1733 ret = irq_set_affinity_hint(trans_pcie->msix_entries[i].vector, in iwl_pcie_irq_set_affinity()
1738 trans_pcie->msix_entries[i].vector); in iwl_pcie_irq_set_affinity()
1757 msix_entry->vector, in iwl_pcie_init_msix_handler()
2068 trans_pcie->msix_entries[i].vector, in iwl_trans_pcie_free()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c562 if (oct->ioq_vector[i].vector) { in lio_irq_reallocate_irqs()
564 irq_set_affinity_hint(msix_entries[i].vector, in lio_irq_reallocate_irqs()
566 free_irq(msix_entries[i].vector, in lio_irq_reallocate_irqs()
568 oct->ioq_vector[i].vector = 0; in lio_irq_reallocate_irqs()
574 free_irq(msix_entries[i].vector, oct); in lio_irq_reallocate_irqs()
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfplsp.doc37 instructions normally take exception vector #11
H A Dfpsp.doc101 (vector #11), the operating system should execute something similar to:
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h690 efct_hw_process(struct efct_hw *hw, u32 vector, u32 max_isr_time_msec);
/openbmc/phosphor-inventory-manager/
H A DREADME.md247 (true/false), `int64_t`, `std::string`, or `std::vector<uint8_t>`([1, 2]).
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-i801.rst65 * disable_features (bit vector)
/openbmc/linux/drivers/dma/idxd/
H A Didxd.h76 int vector; member
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c956 int vector; in mlx5vf_create_cq() local
982 vector = raw_smp_processor_id() % mlx5_comp_vectors_max(mdev); in mlx5vf_create_cq()
983 err = mlx5_comp_eqn_get(mdev, vector, &eqn); in mlx5vf_create_cq()
/openbmc/linux/Documentation/PCI/
H A Dpci.rst320 With MSI and MSI-X (more below) the interrupt number is a CPU "vector".
334 causes the PCI support to program CPU vector data into the PCI device
347 1) MSI is an exclusive interrupt vector by definition.
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc111 Name of the initialization vector generator algorithm. Currently defaults
116 Name of the hash algorithm to use with the initialization vector generator
269 Name of the initialization vector generator algorithm. Currently defaults
274 Name of the hash algorithm to use with the initialization vector generator
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c3231 ret = request_irq(card->msix_entries[i].vector, in mwifiex_pcie_request_irq()
3243 free_irq(card->msix_entries[j].vector, in mwifiex_pcie_request_irq()
3362 synchronize_irq(card->msix_entries[i].vector); in mwifiex_unregister_dev()
3365 free_irq(card->msix_entries[i].vector, in mwifiex_unregister_dev()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c1962 free_irq(edev->int_info.msix[i].vector, in qede_sync_free_irqs()
1991 edev->int_info.msix[i].vector); in qede_req_msix_irqs()
1998 rc = request_irq(edev->int_info.msix[i].vector, in qede_req_msix_irqs()
2042 edev->ndev->irq = edev->int_info.msix[0].vector; in qede_setup_irqs()

1...<<71727374757677787980>>...87