Searched refs:msi (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-sli-defs.h1207 uint64_t msi : 1; /**< BIST Status for MSI Memory Map */ member in struct:cvmx_sli_bist_status::cvmx_sli_bist_status_s
1211 uint64_t msi : 1;
1262 uint64_t msi : 1; /**< BIST Status for MSI Memory Map */ member in struct:cvmx_sli_bist_status::cvmx_sli_bist_status_cn61xx
1266 uint64_t msi : 1;
1316 uint64_t msi : 1; /**< BIST Status for MSI Memory Map */ member in struct:cvmx_sli_bist_status::cvmx_sli_bist_status_cn63xx
1320 uint64_t msi : 1;
H A Dcvmx-pci-defs.h2119 uint32_t msi : 32; /**< MSI Address [63:32] */ member in struct:cvmx_pci_cfg62::cvmx_pci_cfg62_s
2121 uint32_t msi : 32;
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_drv.c136 SYSCTL_INT(_hw_drm, OID_AUTO, msi, CTLFLAG_RDTUN, &drm_msi, 1,
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c6499 * @msi: MSI Number associated with the channel.
6507 xge_hal_channel_msi_set(xge_hal_channel_h channelh, int msi, u32 msi_msg) argument
6518 " MSI: %d", channel->msi_msg, ring, msi);
6521 val64 |= XGE_HAL_SET_RX_MAT(ring, msi);
6528 " MSI: %d", channel->msi_msg, fifo, msi);
6531 val64 |= XGE_HAL_SET_TX_MAT(fifo, msi);
6611 * address/value cobination to the specified msi number.
/freebsd-11.0-release/sys/dev/e1000/
H A Dif_igb.c2812 goto msi;
2817 goto msi;
2833 goto msi;
2887 goto msi;
2901 msi:
H A Dif_em.c2844 goto msi;
2868 goto msi;
2887 msi:
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dif_ix.c2627 goto msi;
2632 goto msi;
2645 goto msi;
2678 goto msi;
2692 msi:
/freebsd-11.0-release/sys/net/
H A Diflib.c4609 goto msi;
4648 goto msi;
4657 goto msi;
4721 msi:
/freebsd-11.0-release/sys/dev/ahci/
H A Dahci.c271 ctlr->direct = (ctlr->msi && (ctlr->numirqs > 1 || i <= 3));
413 ctlr->irqs[i].r_irq_rid = i + (ctlr->msi ? 1 : 0);
414 if (ctlr->channels == 1 && !ctlr->ccc && ctlr->msi)
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c33 int msi = 0; variable
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.c10129 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; local
10139 } else if (msi) {
10165 val, port, addr, ((msix) ? "MSI-X" : ((msi) ? "MSI" : "INTx")));
10199 uint8_t msi = (sc->interrupt_mode == INTR_MODE_MSI) ? TRUE : FALSE; local
10211 } else if (msi) {
10232 val, ((msix) ? "MSI-X" : ((msi) ? "MSI" : "INTx")));

Completed in 257 milliseconds

12