Searched refs:ntb_db_clear_mask (Results 1 – 4 of 4) sorted by relevance
184 ntb_db_clear_mask(pp->ntb, pp->in_db); in pp_ping()
341 ret = ntb_db_clear_mask(ntb, GENMASK(peers - 1, 0)); in ntb_msit_probe()
724 ret = ntb_db_clear_mask(perf->ntb, incmd_bit); in perf_enable_service()
235 * @db_clear_mask: See ntb_db_clear_mask().1116 * ntb_db_clear_mask() - clear bits in the local doorbell mask1129 static inline int ntb_db_clear_mask(struct ntb_dev *ntb, u64 db_bits) in ntb_db_clear_mask() function