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

/linux-master/drivers/ntb/test/
H A Dntb_pingpong.c195 msg_data = ntb_msg_read(pp->ntb, &pidx, 0);
H A Dntb_perf.c404 val = ntb_msg_read(perf->ntb, pidx, PERF_MSG_CMD);
407 val = ntb_msg_read(perf->ntb, pidx, PERF_MSG_LDATA);
410 val = ntb_msg_read(perf->ntb, pidx, PERF_MSG_HDATA);
H A Dntb_tool.c1283 data = ntb_msg_read(msg->tc->ntb, &pidx, msg->midx);
/linux-master/include/linux/
H A Dntb.h257 * @msg_read: See ntb_msg_read().
1526 * ntb_msg_read() - read inbound message register with specified index
1536 static inline u32 ntb_msg_read(struct ntb_dev *ntb, int *pidx, int midx) function

Completed in 305 milliseconds