Searched refs:QED_HW_ERR_MAX_STR_SIZE (Results 1 – 2 of 2) sorted by relevance
826 char buf[QED_HW_ERR_MAX_STR_SIZE]; in qed_hw_err_notify()832 len = vsnprintf(buf, QED_HW_ERR_MAX_STR_SIZE, fmt, vl); in qed_hw_err_notify()835 if (len > QED_HW_ERR_MAX_STR_SIZE - 1) in qed_hw_err_notify()836 len = QED_HW_ERR_MAX_STR_SIZE - 1; in qed_hw_err_notify()
309 #define QED_HW_ERR_MAX_STR_SIZE 256 macro
Completed in 7 milliseconds