Searched refs:ntb_msg_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/ntb/test/ |
D | ntb_pingpong.c | 196 msg_data = ntb_msg_read(pp->ntb, &pidx, 0); in pp_pong()
|
D | ntb_perf.c | 401 val = ntb_msg_read(perf->ntb, pidx, PERF_MSG_CMD); in perf_msg_cmd_recv() 404 val = ntb_msg_read(perf->ntb, pidx, PERF_MSG_LDATA); in perf_msg_cmd_recv() 407 val = ntb_msg_read(perf->ntb, pidx, PERF_MSG_HDATA); in perf_msg_cmd_recv()
|
D | ntb_tool.c | 1286 data = ntb_msg_read(msg->tc->ntb, &pidx, msg->midx); in tool_inmsg_read()
|
/Linux-v5.4/include/linux/ |
D | ntb.h | 1536 static inline u32 ntb_msg_read(struct ntb_dev *ntb, int *pidx, int midx) in ntb_msg_read() function
|