Home
last modified time | relevance | path

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

/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c260 int acs_cap_offset; in dlb2_pf_reset() local
540 acs_cap_offset = rte_pci_find_ext_capability(pdev, off); in dlb2_pf_reset()
542 if (acs_cap_offset >= 0) { in dlb2_pf_reset()
544 off = acs_cap_offset + DLB2_PCI_ACS_CAP; in dlb2_pf_reset()
548 off = acs_cap_offset + DLB2_PCI_ACS_CTRL; in dlb2_pf_reset()
563 off = acs_cap_offset + DLB2_PCI_ACS_CTRL; in dlb2_pf_reset()
571 off = acs_cap_offset + DLB2_PCI_ACS_CTRL; in dlb2_pf_reset()