msg_clear_sts    2266 drivers/ntb/hw/idt/ntb_hw_idt.c 	.msg_clear_sts		= idt_ntb_msg_clear_sts,
msg_clear_sts    1332 drivers/ntb/test/ntb_tool.c 			     tc->ntb->ops->msg_clear_sts);
msg_clear_sts     327 include/linux/ntb.h 	int (*msg_clear_sts)(struct ntb_dev *ntb, u64 sts_bits);
msg_clear_sts     389 include/linux/ntb.h 		!ops->msg_clear_sts == !ops->msg_count		&&
msg_clear_sts    1485 include/linux/ntb.h 	if (!ntb->ops->msg_clear_sts)
msg_clear_sts    1488 include/linux/ntb.h 	return ntb->ops->msg_clear_sts(ntb, sts_bits);