Home
last modified time | relevance | path

Searched refs:pcie_offset (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2918 u16 pcie_offset; in ixgbe_get_pcie_msix_count_generic() local
2922 pcie_offset = IXGBE_PCIE_MSIX_82598_CAPS; in ixgbe_get_pcie_msix_count_generic()
2930 pcie_offset = IXGBE_PCIE_MSIX_82599_CAPS; in ixgbe_get_pcie_msix_count_generic()
2934 pcie_offset = IXGBE_PCIE_MSIX_E610_CAPS; in ixgbe_get_pcie_msix_count_generic()
2941 msix_count = ixgbe_read_pci_cfg_word(hw, pcie_offset); in ixgbe_get_pcie_msix_count_generic()
/linux-6.15/drivers/thunderbolt/
H A Dswitch.c3812 unsigned int pcie_offset, u32 value) in tb_switch_pcie_bridge_write() argument
3825 command = pcie_offset & TB_PLUG_EVENTS_PCIE_CMD_DW_OFFSET_MASK; in tb_switch_pcie_bridge_write()