Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/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 …]
/hardware/ti/wlan/wl1271/utils/
DtiQosTypes.h351 … EClsfrType eClsfrType; /* The type of the classifier: D-tag, DSCP, Port or IP&Port */ member
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c2708 sizeof p->txDataInitParams.ClsfrInitParam.eClsfrType, in regFillInitTable()
2709 (TI_UINT8*)&p->txDataInitParams.ClsfrInitParam.eClsfrType); in regFillInitTable()
2711 switch(p->txDataInitParams.ClsfrInitParam.eClsfrType) in regFillInitTable()