Searched refs:vector_count (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_ovec.c | 163 uint16_t vector_count, vector_len; in vector_addr() local 166 vector_count = ldub_phys(&address_space_memory, table_addr) + 1; in vector_addr() 167 if (vector > vector_count) { in vector_addr()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-pci.c | 127 unsigned int vector_count; in xgbe_config_multi_msi() local 131 vector_count = XGBE_MSI_BASE_COUNT; in xgbe_config_multi_msi() 132 vector_count += max(pdata->rx_ring_count, in xgbe_config_multi_msi() 136 vector_count, PCI_IRQ_MSI | PCI_IRQ_MSIX); in xgbe_config_multi_msi()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 221 u16 vector_count; member 245 u16 vector_count; member 260 u16 vector_count; member 279 u16 vector_count; member 1604 if (!int_desc->vector_count) { in hv_int_desc_free() 1697 u32 slot, u8 vector, u16 vector_count) in hv_compose_msi_req_v1() argument 1702 int_pkt->int_desc.vector_count = vector_count; in hv_compose_msi_req_v1() 1778 u32 slot, u8 vector, u16 vector_count) in hv_compose_msi_req_v2() argument 1783 int_pkt->int_desc.vector_count = vector_count; in hv_compose_msi_req_v2() 1794 u32 slot, u32 vector, u16 vector_count) in hv_compose_msi_req_v3() argument [all …]
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | irqdomain.c | 35 intr_desc->vector_count = 1; in hv_map_interrupt()
|
/openbmc/linux/include/asm-generic/ |
H A D | hyperv-tlfs.h | 764 u32 vector_count; member
|
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr.h | 943 int vector_count; member
|
H A D | arcmsr_hba.c | 962 acb->vector_count = nvec; in arcmsr_request_irq() 1137 for (i = 0; i < acb->vector_count; i++) in arcmsr_free_irq()
|