Home
last modified time | relevance | path

Searched refs:fm10k_read_pci_cfg_word (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
Dfm10k_common.c18 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()
Dfm10k_common.h12 u16 fm10k_read_pci_cfg_word(struct fm10k_hw *hw, u32 reg);
Dfm10k_pf.c74 u16 sriov_ctrl = fm10k_read_pci_cfg_word(hw, FM10K_PCIE_SRIOV_CTRL); in fm10k_is_ari_hierarchy_pf()
Dfm10k_pci.c34 u16 fm10k_read_pci_cfg_word(struct fm10k_hw *hw, u32 reg) in fm10k_read_pci_cfg_word() function