Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dntb.h232 u64 (*db_vector_mask)(struct ntb_dev *ntb, int db_vector); member
279 (!ops->db_vector_count == !ops->db_vector_mask) && in ntb_dev_ops_is_valid()
633 if (!ntb->ops->db_vector_mask) in ntb_db_vector_mask()
636 return ntb->ops->db_vector_mask(ntb, vector); in ntb_db_vector_mask()
/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c2231 .db_vector_mask = intel_ntb_db_vector_mask,