Home
last modified time | relevance | path

Searched defs:iwl_error_event_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dutils.c376 struct iwl_error_event_table { struct
377 u32 valid; /* (nonzero) valid, (0) log is empty */
378 u32 error_id; /* type of error */
379 u32 pc; /* program counter */
380 u32 blink1; /* branch link */
381 u32 blink2; /* branch link */
382 u32 ilink1; /* interrupt link */
383 u32 ilink2; /* interrupt link */
384 u32 data1; /* error-specific data */
385 u32 data2; /* error-specific data */
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dcommands.h425 struct iwl_error_event_table { struct
426 u32 valid; /* (nonzero) valid, (0) log is empty */
427 u32 error_id; /* type of error */
428 u32 pc; /* program counter */
429 u32 blink1; /* branch link */
430 u32 blink2; /* branch link */
431 u32 ilink1; /* interrupt link */
432 u32 ilink2; /* interrupt link */
433 u32 data1; /* error-specific data */
434 u32 data2; /* error-specific data */
[all …]