Searched refs:supp_msgs (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 452 unsigned supp_msgs, char *msg, u32 msgsz) in handle_supp_msgs() argument 475 supp_msgs, msg, in handle_supp_msgs() 488 supp_msgs, msg); in handle_supp_msgs() 492 supp_msgs, msg); in handle_supp_msgs() 503 static unsigned nmsgs, supp_msgs; in handle_frequent_errors() local 514 if (!supp_msgs++) in handle_frequent_errors() 516 } else if (supp_msgs) { in handle_frequent_errors() 517 handle_supp_msgs(dd, supp_msgs, msg, msgsz); in handle_frequent_errors() 518 supp_msgs = 0; in handle_frequent_errors() 525 return supp_msgs; in handle_frequent_errors() [all …]
|