Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dntb.h287 int (*db_vector_count)(struct ntb_dev *ntb); member
359 (!ops->db_vector_count == !ops->db_vector_mask) && in ntb_dev_ops_is_valid()
952 if (!ntb->ops->db_vector_count) in ntb_db_vector_count()
955 return ntb->ops->db_vector_count(ntb); in ntb_db_vector_count()
/Linux-v4.19/drivers/ntb/hw/intel/
Dntb_hw_gen3.c581 .db_vector_count = intel_ntb_db_vector_count,
Dntb_hw_gen1.c2002 .db_vector_count = intel_ntb_db_vector_count,
/Linux-v4.19/drivers/ntb/hw/amd/
Dntb_hw_amd.c474 .db_vector_count = amd_ntb_db_vector_count,
/Linux-v4.19/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c837 .db_vector_count = switchtec_ntb_db_vector_count,