Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ntb/hw/intel/
Dntb_hw_intel.h155 unsigned char db_vec_count; member
Dntb_hw_gen1.c410 ndev->db_vec_count = msix_count; in ndev_init_isr()
438 ndev->db_vec_count = 1; in ndev_init_isr()
456 ndev->db_vec_count = 1; in ndev_init_isr()
478 i = ndev->db_vec_count; in ndev_deinit_isr()
558 "Doorbell Vector Count -\t%u\n", ndev->db_vec_count); in ndev_ntb_debugfs_read()
1066 return ndev->db_vec_count; in intel_ntb_db_vector_count()
1073 if (db_vector < 0 || db_vector > ndev->db_vec_count) in intel_ntb_db_vector_mask()
1830 ndev->db_vec_count = 0; in ndev_init_struct()
Dntb_hw_gen3.c309 "Doorbell Vector Count -\t%u\n", ndev->db_vec_count); in ndev_ntb3_debugfs_read()
Dntb_hw_gen4.c273 "Doorbell Vector Count -\t%u\n", ndev->db_vec_count); in ndev_ntb4_debugfs_read()