Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dtph.c297 *tag = tph_extract_tag(mem_type, pdev->tph_req_type, &info); in pcie_tph_get_cpu_st()
363 set_ctrl_reg_req_en(pdev, pdev->tph_req_type); in pcie_tph_set_st_entry()
389 pdev->tph_req_type = 0; in pcie_disable_tph()
437 pdev->tph_req_type = PCI_TPH_REQ_EXT_TPH; in pcie_enable_tph()
439 pdev->tph_req_type = PCI_TPH_REQ_TPH_ONLY; in pcie_enable_tph()
444 pdev->tph_req_type = min(pdev->tph_req_type, rp_req_type); in pcie_enable_tph()
446 if (pdev->tph_req_type == PCI_TPH_REQ_DISABLE) in pcie_enable_tph()
456 reg |= FIELD_PREP(PCI_TPH_CTRL_REQ_EN_MASK, pdev->tph_req_type); in pcie_enable_tph()
/linux-6.15/include/linux/
H A Dpci.h556 u8 tph_req_type; /* TPH requester type */ member