Searched refs:ntb_msg_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/ntb/test/
H A Dntb_pingpong.c264 if (ntb_spad_count(ntb) < 1 && ntb_msg_count(ntb) < 1) {
269 } else if (ntb_msg_count(ntb) < 1) {
324 if (ntb_msg_count(pp->ntb) < 1)
H A Dntb_tool.c1402 tc->inmsg_cnt = ntb_msg_count(tc->ntb);
1416 tc->peers[pidx].outmsg_cnt = ntb_msg_count(tc->ntb);
H A Dntb_perf.c667 if (ntb_msg_count(perf->ntb) >= PERF_MSG_CNT) {
/linux-master/include/linux/
H A Dntb.h250 * @msg_count: See ntb_msg_count().
1407 * ntb_msg_count() - get the number of message registers
1414 static inline int ntb_msg_count(struct ntb_dev *ntb) function

Completed in 135 milliseconds