Searched refs:db_vector_mask (Results 1 – 2 of 2) sorted by relevance
232 u64 (*db_vector_mask)(struct ntb_dev *ntb, int db_vector); member279 (!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()
2231 .db_vector_mask = intel_ntb_db_vector_mask,