Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dntb.h231 int (*db_vector_count)(struct ntb_dev *ntb); member
279 (!ops->db_vector_count == !ops->db_vector_mask) && in ntb_dev_ops_is_valid()
616 if (!ntb->ops->db_vector_count) in ntb_db_vector_count()
619 return ntb->ops->db_vector_count(ntb); in ntb_db_vector_count()
/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c2230 .db_vector_count = intel_ntb_db_vector_count,