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

/linux-master/drivers/ntb/test/
H A Dntb_perf.c376 if (ntb_msg_read_sts(perf->ntb) & outbits) {
401 if (hweight64(ntb_msg_read_sts(perf->ntb) & inbits) < 3)
520 ntb_msg_read_sts(perf->ntb));
H A Dntb_tool.c323 msg_sts = ntb_msg_read_sts(tc->ntb);
1387 ntb_msg_read_sts(tc->ntb) == val))
/linux-master/include/linux/
H A Dntb.h253 * @msg_read_sts: See ntb_msg_read_sts().
1457 * ntb_msg_read_sts() - read the message registers status
1466 static inline u64 ntb_msg_read_sts(struct ntb_dev *ntb) function

Completed in 89 milliseconds