Searched refs:wow_reply (Results 1 – 2 of 2) sorted by relevance
71 WMI_GET_WOW_LIST_REPLY *wow_reply);
5219 ar6000_wow_list_event(struct ar6_softc *ar, u8 num_filters, WMI_GET_WOW_LIST_REPLY *wow_reply) in ar6000_wow_list_event() argument5224 …A_PRINTF("WOW pattern %d of %d patterns\n", wow_reply->this_filter_num, wow_reply-… in ar6000_wow_list_event()5226 (wow_reply->wow_mode == 0? "disabled":"enabled"), in ar6000_wow_list_event()5227 (wow_reply->host_mode == 1 ? "awake":"asleep")); in ar6000_wow_list_event()5235 if (wow_reply->this_filter_num) { in ar6000_wow_list_event()5238 wow_reply->wow_filters[i].wow_filter_id, in ar6000_wow_list_event()5239 wow_reply->wow_filters[i].wow_filter_size, in ar6000_wow_list_event()5240 wow_reply->wow_filters[i].wow_filter_offset); in ar6000_wow_list_event()5242 for (j=0; j< wow_reply->wow_filters[i].wow_filter_size; j++) { in ar6000_wow_list_event()5243 A_PRINTF("%2.2x",wow_reply->wow_filters[i].wow_filter_pattern[j]); in ar6000_wow_list_event()[all …]