Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h135 C_STATS = 0x9c, enumerator
2954 * C_STATS = 0x9c,
2966 * does not affect the response to the C_STATS 0x9c itself.
2979 * C_STATS 0x9c, above.
2982 * cleared when changing channels or when driver issues C_STATS
H A Dcommon.c220 IL_CMD(C_STATS); in il_get_cmd_string()
4411 return il_send_cmd_pdu_async(il, C_STATS, sizeof(struct il_stats_cmd), in il_send_stats_request()
4414 return il_send_cmd_pdu(il, C_STATS, sizeof(struct il_stats_cmd), in il_send_stats_request()
H A D4965-mac.c4180 il->handlers[C_STATS] = il4965_hdl_c_stats; in il4965_setup_handlers()