Home
last modified time | relevance | path

Searched refs:pNewEntry (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTxDataClsfr.c365 TI_STATUS txDataClsfr_InsertClsfrEntry(TI_HANDLE hTxDataQ, TClsfrTableEntry *pNewEntry) in txDataClsfr_InsertClsfrEntry() argument
371 if(pNewEntry == NULL) in txDataClsfr_InsertClsfrEntry()
396 if ( (pNewEntry->Dscp.CodePoint > CLASSIFIER_CODE_POINT_MAX) || in txDataClsfr_InsertClsfrEntry()
397 (pNewEntry->DTag > CLASSIFIER_DTAG_MAX) ) in txDataClsfr_InsertClsfrEntry()
407 if (pClsfrParams->ClsfrTable[i].Dscp.CodePoint == pNewEntry->Dscp.CodePoint) in txDataClsfr_InsertClsfrEntry()
417 …pClsfrParams->ClsfrTable[pClsfrParams->uNumActiveEntries].Dscp.CodePoint = pNewEntry->Dscp.CodePoi… in txDataClsfr_InsertClsfrEntry()
418 pClsfrParams->ClsfrTable[pClsfrParams->uNumActiveEntries].DTag = pNewEntry->DTag; in txDataClsfr_InsertClsfrEntry()
426 if ((pNewEntry->DTag > CLASSIFIER_DTAG_MAX) || in txDataClsfr_InsertClsfrEntry()
427 (pNewEntry->Dscp.DstPortNum > CLASSIFIER_PORT_MAX-1) || in txDataClsfr_InsertClsfrEntry()
428 (pNewEntry->Dscp.DstPortNum < CLASSIFIER_PORT_MIN) ) in txDataClsfr_InsertClsfrEntry()
[all …]
DtxDataQueue_Api.h76 TI_STATUS txDataClsfr_InsertClsfrEntry (TI_HANDLE hTxDataQ, TClsfrTableEntry *pNewEntry);