Home
last modified time | relevance | path

Searched refs:msix (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/raw/ntb/
H A Dntb.h120 uint8_t msix);
H A Dntb_hw_intel.c537 intel_ntb_vector_bind(const struct rte_rawdev *dev, uint8_t intr, uint8_t msix) in intel_ntb_vector_bind() argument
559 rte_write8(msix, reg_addr); in intel_ntb_vector_bind()
/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst39 * ``--vfio-intr <legacy|msi|msix>``
/dpdk/doc/guides/nics/
H A Dvirtio.rst316 #. Properly set msix vectors when starting VM:
318 Enable multi-queue when starting VM, and specify msix vectors in qemu
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c5549 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) in bnx2x_hc_int_enable() local
5554 if (msix) { in bnx2x_hc_int_enable()
5604 uint8_t msix = (sc->interrupt_mode == INTR_MODE_MSIX) in bnx2x_igu_int_enable() local
5611 if (msix) { in bnx2x_igu_int_enable()
5628 if ((!msix) || single_msix) { in bnx2x_igu_int_enable()
5636 val, ((msix) ? "MSI-X" : ((msi) ? "MSI" : "INTx"))); in bnx2x_igu_int_enable()