Home
last modified time | relevance | path

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

/include/linux/
Dntb.h290 u64 (*db_vector_mask)(struct ntb_dev *ntb, int db_vector); member
362 (!ops->db_vector_count == !ops->db_vector_mask) && in ntb_dev_ops_is_valid()
1027 if (!ntb->ops->db_vector_mask) in ntb_db_vector_mask()
1030 return ntb->ops->db_vector_mask(ntb, vector); in ntb_db_vector_mask()