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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82598.c106 u16 msix_count; local
108 &msix_count);
109 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK;
112 msix_count++;
114 return msix_count;
H A Dixgbe_common.c2345 u16 msix_count; local
2347 &msix_count);
2348 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK;
2351 msix_count++;
2353 return msix_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_isr.c2346 for (i = 0; i < ha->msix_count; i++) {
2365 entries = kzalloc(sizeof(struct msix_entry) * ha->msix_count,
2370 for (i = 0; i < ha->msix_count; i++)
2373 ret = pci_enable_msix(ha->pdev, entries, ha->msix_count);
2380 " Retry with %d vectors\n", ha->msix_count, ret, ret);
2381 ha->msix_count = ret;
2382 ret = pci_enable_msix(ha->pdev, entries, ha->msix_count);
2387 ha->msix_count, ret);
2390 ha->max_rsp_queues = ha->msix_count - 1;
2393 ha->msix_count, GFP_KERNE
[all...]
H A Dqla_os.c1871 ha->msix_count = msix;
1876 ha->max_rsp_queues = (ha->msix_count - 1 > cpus) ?
1877 (cpus + 1) : (ha->msix_count - 1);
1891 ha->msix_count = ha->max_rsp_queues + 1;
H A Dqla_def.h2444 uint16_t msix_count; member in struct:qla_hw_data
H A Dqla_nx.c1654 ha->msix_count = ha->max_rsp_queues + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c243 for (i = 0; i < xhci->msix_count; i++)
292 xhci->msix_count = min(num_online_cpus() + 1,
296 kmalloc((sizeof(struct msix_entry))*xhci->msix_count,
303 for (i = 0; i < xhci->msix_count; i++) {
308 ret = pci_enable_msix(pdev, xhci->msix_entries, xhci->msix_count);
314 for (i = 0; i < xhci->msix_count; i++) {
H A Dxhci.h1182 int msix_count; member in struct:xhci_hcd

Completed in 363 milliseconds