Home
last modified time | relevance | path

Searched refs:ntb_port_number (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/ntb/test/
Dntb_pingpong.c299 lport = ntb_port_number(pp->ntb); in pp_init_flds()
Dntb_perf.c1165 "Local port %d, Global index %d\n", ntb_port_number(perf->ntb), in perf_dbgfs_read_info()
1401 lport = ntb_port_number(perf->ntb); in perf_init_peers()
Dntb_tool.c417 pos = scnprintf(buf, sizeof(buf), "%d\n", ntb_port_number(tc->ntb)); in tool_port_read()
/Linux-v4.19/include/linux/
Dntb.h611 static inline int ntb_port_number(struct ntb_dev *ntb) in ntb_port_number() function