Searched refs:msix_cap_offset (Results 1 – 2 of 2) sorted by relevance
217 int msix_cap_offset, err_cap_offset, acs_cap_offset, wait_count; in dlb_pf_reset() local458 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()
245 int msix_cap_offset; in dlb2_pf_reset() local501 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()