Home
last modified time | relevance | path

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

/drivers/staging/wfx/
Dhif_rx.c273 } hif_errors[] = { variable
321 for (i = 0; i < ARRAY_SIZE(hif_errors); i++) in hif_error_indication()
322 if (type == hif_errors[i].val) in hif_error_indication()
324 if (i < ARRAY_SIZE(hif_errors)) in hif_error_indication()
325 if (hif_errors[i].has_param) in hif_error_indication()
327 hif_errors[i].str, param); in hif_error_indication()
330 hif_errors[i].str); in hif_error_indication()