Searched refs:fm10k_read_pci_cfg_word (Results 1 – 4 of 4) sorted by relevance
18 link_cap = fm10k_read_pci_cfg_word(hw, FM10K_PCIE_LINK_CAP); in fm10k_get_bus_info_generic()54 device_cap = fm10k_read_pci_cfg_word(hw, FM10K_PCIE_DEV_CAP); in fm10k_get_bus_info_generic()72 link_status = fm10k_read_pci_cfg_word(hw, FM10K_PCIE_LINK_STATUS); in fm10k_get_bus_info_generic()108 device_control = fm10k_read_pci_cfg_word(hw, FM10K_PCIE_DEV_CTRL); in fm10k_get_bus_info_generic()133 msix_count = fm10k_read_pci_cfg_word(hw, FM10K_PCI_MSIX_MSG_CTRL); in fm10k_get_pcie_msix_count_generic()
12 u16 fm10k_read_pci_cfg_word(struct fm10k_hw *hw, u32 reg);
74 u16 sriov_ctrl = fm10k_read_pci_cfg_word(hw, FM10K_PCIE_SRIOV_CTRL); in fm10k_is_ari_hierarchy_pf()
34 u16 fm10k_read_pci_cfg_word(struct fm10k_hw *hw, u32 reg) in fm10k_read_pci_cfg_word() function