Searched refs:msg_clear_sts (Results 1 – 3 of 3) sorted by relevance
254 * @msg_clear_sts: See ntb_msg_clear_sts().327 int (*msg_clear_sts)(struct ntb_dev *ntb, u64 sts_bits); member 389 !ops->msg_clear_sts == !ops->msg_count && in ntb_dev_ops_is_valid() 1485 if (!ntb->ops->msg_clear_sts) in ntb_msg_clear_sts() 1488 return ntb->ops->msg_clear_sts(ntb, sts_bits); in ntb_msg_clear_sts()
1329 tc->ntb->ops->msg_clear_sts); in tool_msg_sts_write()
2262 .msg_clear_sts = idt_ntb_msg_clear_sts,