msg_read_sts     2265 drivers/ntb/hw/idt/ntb_hw_idt.c 	.msg_read_sts		= idt_ntb_msg_read_sts,
msg_read_sts     1323 drivers/ntb/test/ntb_tool.c 	return tool_fn_read(tc, ubuf, size, offp, tc->ntb->ops->msg_read_sts);
msg_read_sts      326 include/linux/ntb.h 	u64 (*msg_read_sts)(struct ntb_dev *ntb);
msg_read_sts      388 include/linux/ntb.h 		!ops->msg_read_sts == !ops->msg_count		&&
msg_read_sts     1468 include/linux/ntb.h 	if (!ntb->ops->msg_read_sts)
msg_read_sts     1471 include/linux/ntb.h 	return ntb->ops->msg_read_sts(ntb);