Searched refs:supp_msgs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_intr.c | 453 unsigned supp_msgs, char *msg, u32 msgsz) in handle_supp_msgs() argument 476 supp_msgs, msg, in handle_supp_msgs() 489 supp_msgs, msg); in handle_supp_msgs() 493 supp_msgs, msg); in handle_supp_msgs() 504 static unsigned nmsgs, supp_msgs; in handle_frequent_errors() local 515 if (!supp_msgs++) in handle_frequent_errors() 518 else if (supp_msgs) { in handle_frequent_errors() 519 handle_supp_msgs(dd, supp_msgs, msg, msgsz); in handle_frequent_errors() 520 supp_msgs = 0; in handle_frequent_errors() 527 return supp_msgs; in handle_frequent_errors() [all …]
|