Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dlb/pf/
H A Ddlb_main.c217 int msix_cap_offset, err_cap_offset, acs_cap_offset, wait_count; in dlb_pf_reset() local
482 acs_cap_offset = rte_pci_find_ext_capability(pdev, in dlb_pf_reset()
484 if (acs_cap_offset >= 0) { in dlb_pf_reset()
486 off = acs_cap_offset + DLB_PCI_ACS_CAP; in dlb_pf_reset()
490 off = acs_cap_offset + DLB_PCI_ACS_CTRL; in dlb_pf_reset()
504 off = acs_cap_offset + DLB_PCI_ACS_CTRL; in dlb_pf_reset()
511 off = acs_cap_offset + DLB_PCI_ACS_CTRL; in dlb_pf_reset()
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c247 int acs_cap_offset; in dlb2_pf_reset() local
527 acs_cap_offset = rte_pci_find_ext_capability(pdev, off); in dlb2_pf_reset()
529 if (acs_cap_offset >= 0) { in dlb2_pf_reset()
531 off = acs_cap_offset + DLB2_PCI_ACS_CAP; in dlb2_pf_reset()
535 off = acs_cap_offset + DLB2_PCI_ACS_CTRL; in dlb2_pf_reset()
550 off = acs_cap_offset + DLB2_PCI_ACS_CTRL; in dlb2_pf_reset()
558 off = acs_cap_offset + DLB2_PCI_ACS_CTRL; in dlb2_pf_reset()