Searched refs:msic (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/malo/
H A Dif_malo_pci.c152 int error = ENXIO, i, msic, reg; local
176 msic = pci_msi_count(dev);
178 device_printf(dev, "MSI count : %d\n", msic);
180 msic = 0;
183 if (msic == MALO_MSI_MESSAGES && msi_disable == 0) {
184 if (pci_alloc_msi(dev, &msic) == 0) {
185 if (msic == MALO_MSI_MESSAGES) {
187 msic);
/freebsd-current/sys/dev/age/
H A Dif_age.c463 int error, i, msic, msixc, pmc; local
525 msic = pci_msi_count(dev);
528 device_printf(dev, "MSI count : %d\n", msic);
535 if (msic == AGE_MSIX_MESSAGES) {
544 msic == AGE_MSI_MESSAGES &&
545 pci_alloc_msi(dev, &msic) == 0) {
546 if (msic == AGE_MSI_MESSAGES) {
548 msic);
647 msic = AGE_MSIX_MESSAGES;
649 msic
679 int i, msic; local
[all...]
/freebsd-current/sys/dev/ale/
H A Dif_ale.c455 int error, i, msic, msixc, pmc; local
544 msic = pci_msi_count(dev);
547 device_printf(dev, "MSI count : %d\n", msic);
563 msic == ALE_MSI_MESSAGES &&
564 pci_alloc_msi(dev, &msic) == 0) {
565 if (msic == ALE_MSI_MESSAGES) {
567 msic);
674 msic = ALE_MSIX_MESSAGES;
676 msic = ALE_MSI_MESSAGES;
678 msic
706 int i, msic; local
[all...]
/freebsd-current/sys/dev/alc/
H A Dif_alc.c1380 int base, error, i, msic, msixc; local
1533 msic = pci_msi_count(dev);
1536 device_printf(dev, "MSI count : %d\n", msic);
1540 if (msic > 1)
1541 msic = 1;
1551 if (msic == 1) {
1560 msic > 0 && pci_alloc_msi(dev, &msic) == 0) {
1561 if (msic == 1) {
1563 "Using %d MSI message(s).\n", msic);
1694 int i, msic; local
[all...]
/freebsd-current/sys/dev/et/
H A Dif_et.c225 int cap, error, msic; local
262 msic = 0;
266 msic = pci_msi_count(dev);
268 device_printf(dev, "MSI count: %d\n", msic);
270 if (msic > 0 && msi_disable == 0) {
271 msic = 1;
272 if (pci_alloc_msi(dev, &msic) == 0) {
273 if (msic == 1) {
275 msic);
/freebsd-current/sys/dev/vge/
H A Dif_vge.c998 int error = 0, cap, i, msic, rid; local
1032 msic = pci_msi_count(dev);
1033 if (msi_disable == 0 && msic > 0) {
1034 msic = 1;
1035 if (pci_alloc_msi(dev, &msic) == 0) {
1036 if (msic == 1) {
1039 msic);
/freebsd-current/sys/dev/re/
H A Dif_re.c1220 int capmask, error = 0, hwrev, i, msic, msixc, local
1273 msic = pci_msi_count(dev);
1280 device_printf(dev, "MSI count : %d\n", msic);
1286 msic = 0;
1315 if (msixc == 0 && msic > 0) {
1316 msic = RL_MSI_MESSAGES;
1317 if (pci_alloc_msi(dev, &msic) == 0) {
1318 if (msic == RL_MSI_MESSAGES) {
1320 msic);
1332 msic
[all...]
/freebsd-current/sys/dev/jme/
H A Dif_jme.c628 int error, i, mii_flags, msic, msixc, pmc; local
658 msic = pci_msi_count(dev);
661 device_printf(dev, "MSI count : %d\n", msic);
667 if (msic > 1)
668 msic = 1;
682 msic > 0 && pci_alloc_msi(dev, &msic) == 0) {
683 if (msic == 1) {
685 msic);
/freebsd-current/sys/dev/nfe/
H A Dif_nfe.c364 int error = 0, i, msic, phyloc, reg, rid; local
415 (msic = pci_msix_count(dev)) == NFE_MSI_MESSAGES)
416 nfe_alloc_msix(sc, msic);
418 (msic = pci_msi_count(dev)) == NFE_MSI_MESSAGES &&
419 pci_alloc_msi(dev, &msic) == 0) {
420 if (msic == NFE_MSI_MESSAGES) {
423 "Using %d MSI messages\n", msic);
/freebsd-current/sys/dev/msk/
H A Dif_msk.c1738 int error, msic, msir, reg; local
1908 msic = pci_msi_count(dev);
1910 device_printf(dev, "MSI count : %d\n", msic);
1913 if (msi_disable == 0 && msic > 0) {

Completed in 248 milliseconds