Searched refs:dir_str (Results 1 – 2 of 2) sorted by relevance
564 const char *dir_str; in cix_mbox_probe() local592 if (device_property_read_string(dev, "cix,mbox-dir", &dir_str)) { in cix_mbox_probe()597 if (!strcmp(dir_str, "tx")) in cix_mbox_probe()599 else if (!strcmp(dir_str, "rx")) in cix_mbox_probe()602 dev_err(priv->dev, "cix,mbox_dir=%s is not expected\n", dir_str); in cix_mbox_probe()
2639 char *dir_str; in bnxt_event_error_report() local2659 dir_str = "above"; in bnxt_event_error_report()2662 dir_str = "below"; in bnxt_event_error_report()2665 dir_str, threshold_type); in bnxt_event_error_report()