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

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo_pci.c157 int error = ENXIO, i, msic, reg; local
181 msic = pci_msi_count(dev);
183 device_printf(dev, "MSI count : %d\n", msic);
185 msic = 0;
188 if (msic == MALO_MSI_MESSAGES && msi_disable == 0) {
189 if (pci_alloc_msi(dev, &msic) == 0) {
190 if (msic == MALO_MSI_MESSAGES) {
192 msic);
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c470 int error, i, msic, msixc, pmc; local
532 msic = pci_msi_count(dev);
535 device_printf(dev, "MSI count : %d\n", msic);
542 if (msic == AGE_MSIX_MESSAGES) {
551 msic == AGE_MSI_MESSAGES &&
552 pci_alloc_msi(dev, &msic) == 0) {
553 if (msic == AGE_MSI_MESSAGES) {
555 msic);
656 msic = AGE_MSIX_MESSAGES;
658 msic
688 int i, msic; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c460 int error, i, msic, msixc, pmc; local
549 msic = pci_msi_count(dev);
552 device_printf(dev, "MSI count : %d\n", msic);
568 msic == ALE_MSI_MESSAGES &&
569 pci_alloc_msi(dev, &msic) == 0) {
570 if (msic == ALE_MSI_MESSAGES) {
572 msic);
680 msic = ALE_MSIX_MESSAGES;
682 msic = ALE_MSI_MESSAGES;
684 msic
712 int i, msic; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c1379 int base, error, i, msic, msixc; local
1516 msic = pci_msi_count(dev);
1519 device_printf(dev, "MSI count : %d\n", msic);
1523 if (msic > 1)
1524 msic = 1;
1534 if (msic == 1) {
1543 msic > 0 && pci_alloc_msi(dev, &msic) == 0) {
1544 if (msic == 1) {
1546 "Using %d MSI message(s).\n", msic);
1678 int i, msic; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c995 int error = 0, cap, i, msic, rid; local
1029 msic = pci_msi_count(dev);
1030 if (msi_disable == 0 && msic > 0) {
1031 msic = 1;
1032 if (pci_alloc_msi(dev, &msic) == 0) {
1033 if (msic == 1) {
1036 msic);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c1221 int capmask, error = 0, hwrev, i, msic, msixc, local
1274 msic = pci_msi_count(dev);
1281 device_printf(dev, "MSI count : %d\n", msic);
1287 msic = 0;
1316 if (msixc == 0 && msic > 0) {
1317 msic = RL_MSI_MESSAGES;
1318 if (pci_alloc_msi(dev, &msic) == 0) {
1319 if (msic == RL_MSI_MESSAGES) {
1321 msic);
1333 msic
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c633 int error, i, mii_flags, msic, msixc, pmc; local
663 msic = pci_msi_count(dev);
666 device_printf(dev, "MSI count : %d\n", msic);
672 if (msic > 1)
673 msic = 1;
687 msic > 0 && pci_alloc_msi(dev, &msic) == 0) {
688 if (msic == 1) {
690 msic);
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c369 int error = 0, i, msic, phyloc, reg, rid; local
420 (msic = pci_msix_count(dev)) == NFE_MSI_MESSAGES)
421 nfe_alloc_msix(sc, msic);
423 (msic = pci_msi_count(dev)) == NFE_MSI_MESSAGES &&
424 pci_alloc_msi(dev, &msic) == 0) {
425 if (msic == NFE_MSI_MESSAGES) {
428 "Using %d MSI messages\n", msic);
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c1746 int error, msic, msir, reg; local
1915 msic = pci_msi_count(dev);
1917 device_printf(dev, "MSI count : %d\n", msic);
1920 if (msi_disable == 0 && msic > 0) {

Completed in 91 milliseconds