Searched refs:msix_table (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/usb/controller/
H A Dxhci_pci.c290 int count, err, msix_table, rid; local
349 if (xhci_use_msix && (msix_table = pci_msix_table_bar(self)) >= 0) {
350 if (msix_table == PCI_XHCI_CBMEM) {
354 SYS_RES_MEMORY, &msix_table, RF_ACTIVE);
371 msix_table, sc->sc_msix_res);
/freebsd-current/sys/dev/ice/
H A Dice_iflib.h297 struct resource *msix_table; member in struct:ice_softc
H A Dif_ice_iflib.c988 if (sc->msix_table != NULL) {
990 rman_get_rid(sc->msix_table),
991 sc->msix_table);
992 sc->msix_table = NULL;
1405 sc->msix_table = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &bar, RF_ACTIVE);
1406 if (!sc->msix_table) {
1579 if (sc->msix_table != NULL) {
1581 rman_get_rid(sc->msix_table),
1582 sc->msix_table);
1583 sc->msix_table
[all...]
/freebsd-current/sys/dev/gve/
H A Dgve_main.c732 if (priv->msix_table != NULL)
734 rman_get_rid(priv->msix_table), priv->msix_table);
777 priv->msix_table = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
779 if (priv->msix_table == NULL) {
H A Dgve.h321 struct resource *msix_table; member in struct:gve_priv
/freebsd-current/sys/dev/pci/
H A Dpci.c1778 mte = &msix->msix_table[i];
1911 cfg->msix.msix_table = malloc(sizeof(struct msix_table_entry) * actual,
1916 cfg->msix.msix_table[i].mte_vector = i + 1;
2014 if (msix->msix_table[i].mte_vector == 0)
2016 if (msix->msix_table[i].mte_handlers > 0) {
2030 if (msix->msix_table[i].mte_vector == 0)
2039 free(msix->msix_table, M_DEVBUF);
2040 msix->msix_table = malloc(sizeof(struct msix_table_entry) * count,
2043 msix->msix_table[i].mte_vector = vectors[i];
2106 if (msix->msix_table[
[all...]
H A Dpcivar.h122 struct msix_table_entry *msix_table; /* Virtual table. */ member in struct:pcicfg_msix

Completed in 265 milliseconds