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

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

Completed in 104 milliseconds