Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ntb/test/
Dntb_perf.c376 if (ntb_msg_read_sts(perf->ntb) & outbits) { in perf_msg_cmd_send()
401 if (hweight64(ntb_msg_read_sts(perf->ntb) & inbits) < 3) in perf_msg_cmd_recv()
520 ntb_msg_read_sts(perf->ntb)); in perf_msg_event()
Dntb_tool.c323 msg_sts = ntb_msg_read_sts(tc->ntb); in tool_msg_event()
1392 ntb_msg_read_sts(tc->ntb) == val)) in tool_msg_event_write()
/linux-6.1.9/include/linux/
Dntb.h1466 static inline u64 ntb_msg_read_sts(struct ntb_dev *ntb) in ntb_msg_read_sts() function