Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-trans-pcie-rx.c610 #define ERROR_ELEM_SIZE (7 * sizeof(u32)) macro
639 if (ERROR_START_OFFSET <= table.valid * ERROR_ELEM_SIZE) { in iwl_dump_nic_error_log()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
D3945-mac.c1344 #define ERROR_ELEM_SIZE (7 * sizeof(u32)) macro
1362 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) { in il3945_dump_nic_error_log()
1370 i < (count * ERROR_ELEM_SIZE) + ERROR_START_OFFSET; in il3945_dump_nic_error_log()
1371 i += ERROR_ELEM_SIZE) { in il3945_dump_nic_error_log()
D4965-mac.c5054 #define ERROR_ELEM_SIZE (7 * sizeof(u32)) macro
5077 if (ERROR_START_OFFSET <= count * ERROR_ELEM_SIZE) { in il4965_dump_nic_error_log()
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dipw2200.h1736 #define ERROR_ELEM_SIZE (7 * sizeof(u32)) macro