Home
last modified time | relevance | path

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

/linux/drivers/ntb/test/
H A Dntb_pingpong.c246 if (ntb_db_is_unsafe(ntb)) { in pp_check_ntb()
H A Dntb_tool.c1451 if (ntb_db_is_unsafe(ntb)) in tool_create_data()
/linux/include/linux/
H A Dntb.h226 * @db_is_unsafe: See ntb_db_is_unsafe().
970 * ntb_db_is_unsafe() - check if it is safe to use hardware doorbell
979 static inline int ntb_db_is_unsafe(struct ntb_dev *ntb) in ntb_db_is_unsafe() function