Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dlb/pf/
H A Ddlb_main.c222 int pcie_cap_offset, pri_cap_offset; in dlb_pf_reset() local
271 pri_cap_offset = rte_pci_find_ext_capability(pdev, in dlb_pf_reset()
273 if (pri_cap_offset >= 0) { in dlb_pf_reset()
274 off = pri_cap_offset + DLB_PCI_PRI_ALLOC_REQ; in dlb_pf_reset()
385 if (pri_cap_offset >= 0) { in dlb_pf_reset()
388 off = pri_cap_offset + DLB_PCI_PRI_ALLOC_REQ; in dlb_pf_reset()
395 off = pri_cap_offset + DLB_PCI_PRI_CTRL; in dlb_pf_reset()
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c244 int pri_cap_offset; in dlb2_pf_reset() local
299 pri_cap_offset = rte_pci_find_ext_capability(pdev, off); in dlb2_pf_reset()
301 if (pri_cap_offset >= 0) { in dlb2_pf_reset()
302 off = pri_cap_offset + DLB2_PCI_PRI_ALLOC_REQ; in dlb2_pf_reset()
421 if (pri_cap_offset >= 0) { in dlb2_pf_reset()
424 off = pri_cap_offset + DLB2_PCI_PRI_ALLOC_REQ; in dlb2_pf_reset()
432 off = pri_cap_offset + DLB2_PCI_PRI_CTRL; in dlb2_pf_reset()