Searched refs:QED_HW_ERR_MAX_STR_SIZE (Results 1 – 2 of 2) sorted by relevance
818 char buf[QED_HW_ERR_MAX_STR_SIZE]; in qed_hw_err_notify()824 len = vsnprintf(buf, QED_HW_ERR_MAX_STR_SIZE, fmt, vl); in qed_hw_err_notify()827 if (len > QED_HW_ERR_MAX_STR_SIZE - 1) in qed_hw_err_notify()828 len = QED_HW_ERR_MAX_STR_SIZE - 1; in qed_hw_err_notify()
318 #define QED_HW_ERR_MAX_STR_SIZE 256 macro
Completed in 6 milliseconds