Searched refs:pTspecList (Results 1 – 1 of 1) sorted by relevance
387 tpLimTspecInfo pTspecList, tpLimTspecInfo *ppInfo) in lim_tspec_find_by_sta_addr() argument393 for (ctspec = 0; ctspec < LIM_NUM_TSPEC_MAX; ctspec++, pTspecList++) { in lim_tspec_find_by_sta_addr()394 if ((pTspecList->inuse) && in lim_tspec_find_by_sta_addr()395 (!qdf_mem_cmp(pAddr, pTspecList->staAddr, in lim_tspec_find_by_sta_addr()396 sizeof(pTspecList->staAddr))) && in lim_tspec_find_by_sta_addr()397 (!qdf_mem_cmp(pTspecIE, &pTspecList->tspec, in lim_tspec_find_by_sta_addr()399 *ppInfo = pTspecList; in lim_tspec_find_by_sta_addr()421 tpLimTspecInfo pTspecList, tpLimTspecInfo *ppInfo) in lim_tspec_find_by_assoc_id() argument431 for (ctspec = 0; ctspec < LIM_NUM_TSPEC_MAX; ctspec++, pTspecList++) { in lim_tspec_find_by_assoc_id()432 if ((pTspecList->inuse) && in lim_tspec_find_by_assoc_id()[all …]