Searched refs:msix_vec_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c724 ntb->msix_vec_count);
926 if (ntb->msix_vec_count) {
928 ntb->msix_vec_count = 0;
977 * Else set ntb->hw_info->db_count = ntb->msix_vec_count =
997 ntb->hw_info->db_count = ntb->msix_vec_count = num_vectors;
1002 ntb->msix_vec_count = 0;
1006 __func__, ntb->hw_info->db_count, ntb->msix_vec_count, (int)msi, (int)intx);
H A Dntb_hw_amd.h244 uint8_t msix_vec_count; member in struct:amd_ntb_softc

Completed in 48 milliseconds