HomeSort by: relevance | last modified time | path
    Searched defs:pcie_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.c 3704 u16 pcie_offset; local in function:ixgbe_get_pcie_msix_count_generic
3708 pcie_offset = IXGBE_PCIE_MSIX_82598_CAPS;
3716 pcie_offset = IXGBE_PCIE_MSIX_82599_CAPS;
3724 msix_count = IXGBE_READ_PCIE_WORD(hw, pcie_offset);
ixgbe_common.c 3704 u16 pcie_offset; local in function:ixgbe_get_pcie_msix_count_generic
3708 pcie_offset = IXGBE_PCIE_MSIX_82598_CAPS;
3716 pcie_offset = IXGBE_PCIE_MSIX_82599_CAPS;
3724 msix_count = IXGBE_READ_PCIE_WORD(hw, pcie_offset);

Completed in 28 milliseconds