Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/pci/
H A Dpci_common.c474 uint64_t check_point, start, end, len; in pci_find_device_by_addr() local
477 check_point = (uint64_t)(uintptr_t)failure_addr; in pci_find_device_by_addr()
484 if (check_point >= start && check_point < end) { in pci_find_device_by_addr()
487 check_point, pdev->device.name); in pci_find_device_by_addr()