Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c469 ndev->db_vec_count = msix_count; in ndev_init_isr()
497 ndev->db_vec_count = 1; in ndev_init_isr()
515 ndev->db_vec_count = 1; in ndev_init_isr()
537 i = ndev->db_vec_count; in ndev_deinit_isr()
615 "Doorbell Vector Count -\t%u\n", ndev->db_vec_count); in ndev_debugfs_read()
1032 return ndev->db_vec_count; in intel_ntb_db_vector_count()
1039 if (db_vector < 0 || db_vector > ndev->db_vec_count) in intel_ntb_db_vector_mask()
2028 ndev->db_vec_count = 0; in ndev_init_struct()
Dntb_hw_intel.h302 unsigned char db_vec_count; member