Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
DTxDataClsfr.c74 pParams->eClsfrType = pClsfrInitParams->eClsfrType; in txDataClsfr_Config()
83 switch (pParams->eClsfrType) in txDataClsfr_Config()
168 pParams->eClsfrType = D_TAG_CLSFR; in txDataClsfr_Config()
256 switch(pClsfrParams->eClsfrType) in txDataClsfr_ClassifyTxPacket()
384 if (pClsfrParams->eClsfrType == D_TAG_CLSFR) in txDataClsfr_InsertClsfrEntry()
391 switch (pClsfrParams->eClsfrType) in txDataClsfr_InsertClsfrEntry()
531 if (pClsfrParams->eClsfrType == D_TAG_CLSFR) in txDataClsfr_RemoveClsfrEntry()
540 switch (pClsfrParams->eClsfrType) in txDataClsfr_RemoveClsfrEntry()
669 if (pTxDataQ->tClsfrParams.eClsfrType == eNewClsfrType) in txDataClsfr_SetClsfrType()
677 pTxDataQ->tClsfrParams.eClsfrType = eNewClsfrType; in txDataClsfr_SetClsfrType()
[all …]
/system/wlan/ti/wilink_6_1/utils/
DtiQosTypes.h351 … EClsfrType eClsfrType; /* The type of the classifier: D-tag, DSCP, Port or IP&Port */ member
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
DosRgstry.c2699 sizeof p->txDataInitParams.ClsfrInitParam.eClsfrType, in regFillInitTable()
2700 (TI_UINT8*)&p->txDataInitParams.ClsfrInitParam.eClsfrType); in regFillInitTable()
2702 switch(p->txDataInitParams.ClsfrInitParam.eClsfrType) in regFillInitTable()