Home
last modified time | relevance | path

Searched refs:msix_count (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82598.c104 u16 msix_count; in ixgbe_get_pcie_msix_count_82598() local
106 &msix_count); in ixgbe_get_pcie_msix_count_82598()
107 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK; in ixgbe_get_pcie_msix_count_82598()
110 msix_count++; in ixgbe_get_pcie_msix_count_82598()
112 return msix_count; in ixgbe_get_pcie_msix_count_82598()
Dixgbe_common.c2789 u16 msix_count; in ixgbe_get_pcie_msix_count_generic() local
2791 &msix_count); in ixgbe_get_pcie_msix_count_generic()
2792 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK; in ixgbe_get_pcie_msix_count_generic()
2795 msix_count++; in ixgbe_get_pcie_msix_count_generic()
2797 return msix_count; in ixgbe_get_pcie_msix_count_generic()
/linux-3.4.99/drivers/scsi/qla2xxx/
Dqla_isr.c2357 for (i = 0; i < ha->msix_count; i++) { in qla24xx_disable_msix()
2379 entries = kzalloc(sizeof(struct msix_entry) * ha->msix_count, in qla24xx_enable_msix()
2387 for (i = 0; i < ha->msix_count; i++) in qla24xx_enable_msix()
2390 ret = pci_enable_msix(ha->pdev, entries, ha->msix_count); in qla24xx_enable_msix()
2398 ha->msix_count, ret, ret); in qla24xx_enable_msix()
2399 ha->msix_count = ret; in qla24xx_enable_msix()
2400 ret = pci_enable_msix(ha->pdev, entries, ha->msix_count); in qla24xx_enable_msix()
2406 ha->msix_count, ret); in qla24xx_enable_msix()
2409 ha->max_rsp_queues = ha->msix_count - 1; in qla24xx_enable_msix()
2412 ha->msix_count, GFP_KERNEL); in qla24xx_enable_msix()
[all …]
Dqla_os.c1587 ha->msix_count = msix; in qla2x00_iospace_config()
1592 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ? in qla2x00_iospace_config()
1593 (cpus + 1) : (ha->msix_count - 1); in qla2x00_iospace_config()
1612 ha->msix_count = ha->max_rsp_queues + 1; in qla2x00_iospace_config()
1614 "MSIX Count:%d.\n", ha->msix_count); in qla2x00_iospace_config()
1678 ha->msix_count = msix; in qla83xx_iospace_config()
1683 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ? in qla83xx_iospace_config()
1684 (cpus + 1) : (ha->msix_count - 1); in qla83xx_iospace_config()
1703 ha->msix_count = ha->max_rsp_queues + 1; in qla83xx_iospace_config()
1705 "MSIX Count:%d.\n", ha->msix_count); in qla83xx_iospace_config()
Dqla_nx.c1707 ha->msix_count = ha->max_rsp_queues + 1; in qla82xx_iospace_config()
1712 ha->max_req_queues, ha->msix_count); in qla82xx_iospace_config()
1717 ha->max_req_queues, ha->msix_count); in qla82xx_iospace_config()
Dqla_def.h2483 uint16_t msix_count; member
/linux-3.4.99/drivers/usb/host/
Dxhci.c200 for (i = 0; i < xhci->msix_count; i++) in xhci_free_msi()
269 xhci->msix_count = min(num_online_cpus() + 1, in xhci_setup_msix()
273 kmalloc((sizeof(struct msix_entry))*xhci->msix_count, in xhci_setup_msix()
280 for (i = 0; i < xhci->msix_count; i++) { in xhci_setup_msix()
285 ret = pci_enable_msix(pdev, xhci->msix_entries, xhci->msix_count); in xhci_setup_msix()
291 for (i = 0; i < xhci->msix_count; i++) { in xhci_setup_msix()
340 for (i = 0; i < xhci->msix_count; i++) in xhci_msix_sync_irqs()
Dxhci.h1429 int msix_count; member