Home
last modified time | relevance | path

Searched refs:msix_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
458 msix_cap_offset = dlb_pci_find_capability(pdev, DLB_PCI_CAP_ID_MSIX); in dlb_pf_reset()
459 if (msix_cap_offset >= 0) { in dlb_pf_reset()
460 off = msix_cap_offset + DLB_PCI_MSIX_FLAGS; in dlb_pf_reset()
471 off = msix_cap_offset + DLB_PCI_MSIX_FLAGS; in dlb_pf_reset()
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c245 int msix_cap_offset; in dlb2_pf_reset() local
501 msix_cap_offset = dlb2_pci_find_capability(pdev, in dlb2_pf_reset()
503 if (msix_cap_offset >= 0) { in dlb2_pf_reset()
504 off = msix_cap_offset + DLB2_PCI_MSIX_FLAGS; in dlb2_pf_reset()
515 off = msix_cap_offset + DLB2_PCI_MSIX_FLAGS; in dlb2_pf_reset()