Searched refs:tmp_desc (Results 1 – 2 of 2) sorted by relevance
126 struct rtw_phl_noa_desc *tmp_desc; in _phl_p2pps_get_first_noa_desc_with_cnt255() local128 tmp_desc = &info->noa_desc[i]; in _phl_p2pps_get_first_noa_desc_with_cnt255()129 if(tmp_desc->count == 255 && tmp_desc->enable) { in _phl_p2pps_get_first_noa_desc_with_cnt255()131 tmp_desc->tag); in _phl_p2pps_get_first_noa_desc_with_cnt255()132 return tmp_desc; in _phl_p2pps_get_first_noa_desc_with_cnt255()686 struct rtw_phl_noa_desc *tmp_desc = NULL; in phl_p2pps_query_noa_with_cnt255() local688 tmp_desc = _phl_p2pps_get_first_noa_desc_with_cnt255(phl_info, info); in phl_p2pps_query_noa_with_cnt255()689 if (tmp_desc) { in phl_p2pps_query_noa_with_cnt255()690 _phl_p2pps_copy_noa_desc(psinfo, desc, tmp_desc); in phl_p2pps_query_noa_with_cnt255()