Searched refs:db_vec_count (Results 1 – 2 of 2) sorted by relevance
469 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()
302 unsigned char db_vec_count; member