Home
last modified time | relevance | path

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

/linux/drivers/ntb/test/
H A Dntb_tool.c68 * db msg1 msg_sts peer4/ port
136 * root@self# echo 's 1' > $DBG_DIR/msg_sts
137 * root@self# echo 'c 1' > $DBG_DIR/msg_sts
138 * root@self# cat $DBG_DIR/msg_sts
321 u64 msg_sts; in tool_msg_event() local
323 msg_sts = ntb_msg_read_sts(tc->ntb); in tool_msg_event()
325 dev_dbg(&tc->ntb->dev, "message bits %#llx\n", msg_sts); in tool_msg_event()
1532 debugfs_create_file("msg_sts", 0600, tc->dbgfs_dir, in tool_setup_dbgfs()