Searched refs:msix_cnt (Results 1 – 1 of 1) sorted by relevance
4311 int msix_cnt, status, max_intr_slots; in mxge_slice_probe() local4323 msix_cnt = pci_msix_count(sc->dev); in mxge_slice_probe()4324 if (msix_cnt < 2) in mxge_slice_probe()4372 if (sc->num_slices > msix_cnt) in mxge_slice_probe()4373 sc->num_slices = msix_cnt; in mxge_slice_probe()