Searched refs:msix_ctrl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/pci/
H A Dpcivar.h113 uint16_t msix_ctrl; /* Message Control */ member in struct:pcicfg_msix
H A Dpci.c871 cfg->msix.msix_ctrl = REG(ptr + PCIR_MSIX_CTRL, 2);
872 cfg->msix.msix_msgnum = (cfg->msix.msix_ctrl &
1577 msix->msix_ctrl, 2);
1709 cfg->msix.msix_ctrl |= PCIM_MSIXCTRL_MSIX_ENABLE;
1711 cfg->msix.msix_ctrl, 2);
1906 msix->msix_ctrl &= ~PCIM_MSIXCTRL_MSIX_ENABLE;
1908 msix->msix_ctrl, 2);
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dif_ixv.c1351 int msix_ctrl; local
1354 msix_ctrl = pci_read_config(dev, rid, 2);
1355 msix_ctrl |= PCIM_MSIXCTRL_MSIX_ENABLE;
1356 pci_write_config(dev, rid, msix_ctrl, 2);
/freebsd-11.0-release/sys/dev/ixl/
H A Dif_ixlv.c1326 int msix_ctrl; local
1332 msix_ctrl = pci_read_config(dev, rid, 2);
1333 msix_ctrl |= PCIM_MSIXCTRL_MSIX_ENABLE;
1334 pci_write_config(dev, rid, msix_ctrl, 2);
H A Dixl_pf_main.c1308 int msix_ctrl, rid; local
1316 msix_ctrl = pci_read_config(dev, rid, 2);
1317 msix_ctrl |= PCIM_MSIXCTRL_MSIX_ENABLE;
1318 pci_write_config(dev, rid, msix_ctrl, 2);
/freebsd-11.0-release/sys/net/
H A Diflib.c4621 int msix_ctrl, rid; local
4629 msix_ctrl = pci_read_config(dev, rid, 2);
4630 msix_ctrl |= PCIM_MSIXCTRL_MSIX_ENABLE;
4631 pci_write_config(dev, rid, msix_ctrl, 2);

Completed in 103 milliseconds