Searched refs:tph_cap (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pci/ |
| H A D | tph.c | 140 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CTRL, ®); in set_ctrl_reg_req_en() 145 pci_write_config_dword(pdev, pdev->tph_cap + PCI_TPH_CTRL, reg); in set_ctrl_reg_req_en() 152 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, ®); in get_st_modes() 171 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, ®); in pcie_tph_get_st_table_loc() 194 pci_read_config_dword(pdev, pdev->tph_cap + PCI_TPH_CAP, ®); in pcie_tph_get_st_table_size() 229 offset = pdev->tph_cap + PCI_TPH_BASE_SIZEOF + index * sizeof(u16); in write_tag_to_st_table() 296 if (!pdev->tph_cap) in pcie_tph_set_st_entry() 349 if (!pdev->tph_cap) in pcie_disable_tph() 355 pci_write_config_dword(pdev, pdev->tph_cap + PCI_TPH_CTRL, 0); in pcie_disable_tph() 389 if (!pdev->tph_cap) in pcie_enable_tph() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | st.c | 43 if (!pdev->tph_cap) in mlx5_st_create()
|
| /linux/include/linux/ |
| H A D | pci.h | 576 u16 tph_cap; /* TPH capability offset */ member
|