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

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo_pci.c155 int error = ENXIO, i, msic, reg; local
179 msic = pci_msi_count(dev);
181 device_printf(dev, "MSI count : %d\n", msic);
183 msic = 0;
186 if (msic == MALO_MSI_MESSAGES && msi_disable == 0) {
187 if (pci_alloc_msi(dev, &msic) == 0) {
188 if (msic == MALO_MSI_MESSAGES) {
190 msic);
/haiku-fatelf/src/add-ons/kernel/drivers/network/attansic_l1/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);
649 msic = AGE_MSIX_MESSAGES;
651 msic
681 int i, msic; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/atheros813x/dev/alc/
H A Dif_alc.c768 int base, error, i, msic, msixc, state; local
915 msic = pci_msi_count(dev);
918 device_printf(dev, "MSI count : %d\n", msic);
924 if (msic == ALC_MSIX_MESSAGES) {
933 msic == ALC_MSI_MESSAGES &&
934 pci_alloc_msi(dev, &msic) == 0) {
935 if (msic == ALC_MSI_MESSAGES) {
937 "Using %d MSI message(s).\n", msic);
1029 msic = ALC_MSIX_MESSAGES;
1031 msic
1061 int i, msic; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/ar81xx/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);
554 if (msic == ALE_MSIX_MESSAGES) {
563 msic == ALE_MSI_MESSAGES &&
564 pci_alloc_msi(dev, &msic) == 0) {
565 if (msic == ALE_MSI_MESSAGES) {
567 msic);
675 msic = ALE_MSIX_MESSAGES;
677 msic
707 int i, msic; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/vt612x/dev/vge/
H A Dif_vge.c994 int error = 0, cap, i, msic, rid; local
1028 msic = pci_msi_count(dev);
1029 if (msi_disable == 0 && msic > 0) {
1030 msic = 1;
1031 if (pci_alloc_msi(dev, &msic) == 0) {
1032 if (msic == 1) {
1035 msic);
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl81xx/dev/re/
H A Dif_re.c1196 int msic, msixc, reg; local
1246 msic = pci_msi_count(dev);
1253 device_printf(dev, "MSI count : %d\n", msic);
1259 msic = 0;
1288 if (msixc == 0 && msic > 0) {
1289 msic = 1;
1290 if (pci_alloc_msi(dev, &msic) == 0) {
1291 if (msic == RL_MSI_MESSAGES) {
1293 msic);
1305 msic
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/jmicron2x0/dev/jme/
H A Dif_jme.c631 int error, i, mii_flags, msic, msixc, pmc; local
661 msic = pci_msi_count(dev);
664 device_printf(dev, "MSI count : %d\n", msic);
670 if (msic > 1)
671 msic = 1;
685 msic > 0 && pci_alloc_msi(dev, &msic) == 0) {
686 if (msic == 1) {
688 msic);
/haiku-fatelf/src/add-ons/kernel/drivers/network/nforce/dev/nfe/
H A Dif_nfe.c342 int error = 0, i, msic, reg, rid; local
393 (msic = pci_msix_count(dev)) == NFE_MSI_MESSAGES)
394 nfe_alloc_msix(sc, msic);
396 (msic = pci_msi_count(dev)) == NFE_MSI_MESSAGES &&
397 pci_alloc_msi(dev, &msic) == 0) {
398 if (msic == NFE_MSI_MESSAGES) {
401 "Using %d MSI messages\n", msic);
/haiku-fatelf/src/add-ons/kernel/drivers/network/marvell_yukon/dev/msk/
H A Dif_msk.c1740 int error, msic, msir, reg; local
1909 msic = pci_msi_count(dev);
1911 device_printf(dev, "MSI count : %d\n", msic);
1914 if (msi_disable == 0 && msic > 0) {

Completed in 149 milliseconds