Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c937 uint32_t supported_vectors, num_vectors; in amd_ntb_init_isr() local
953 supported_vectors = pci_msix_count(ntb->device); in amd_ntb_init_isr()
954 num_vectors = MIN(supported_vectors, ntb->hw_info->db_count); in amd_ntb_init_isr()
957 supported_vectors, ntb->hw_info->db_count); in amd_ntb_init_isr()