Home
last modified time | relevance | path

Searched refs:hif_errors (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_rx.c256 } hif_errors[] = { variable
304 for (i = 0; i < ARRAY_SIZE(hif_errors); i++) in wfx_hif_error_indication()
305 if (type == hif_errors[i].val) in wfx_hif_error_indication()
307 if (i < ARRAY_SIZE(hif_errors)) in wfx_hif_error_indication()
308 if (hif_errors[i].has_param) in wfx_hif_error_indication()
310 hif_errors[i].str, param); in wfx_hif_error_indication()
312 dev_err(wdev->dev, "asynchronous error: %s\n", hif_errors[i].str); in wfx_hif_error_indication()