OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClsfrType
(Results
1 - 4
of
4
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiQosTypes.h
220
ULONG
ClsfrType
;
258
clsfr_type_e
clsfrType
; /* The type of the classifier: D-tag, DSCP, Port or IP&Port */
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c
[
all
...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Clsfr.c
118
pClsfr->clsfrParameters.
clsfrType
= ClsfrInitParams->
clsfrType
;
127
switch (pClsfr->clsfrParameters.
clsfrType
)
209
pClsfr->clsfrParameters.
clsfrType
= D_TAG_CLSFR;
263
returned value. Note that if the value in the field
clsfrType
of Clsfr_Params is
294
if ((packet_DTag > MAX_NUM_OF_802_1d_TAGS) && (pClsfr->clsfrParameters.
clsfrType
== D_TAG_CLSFR))
305
switch(pClsfr->clsfrParameters.
clsfrType
)
409
(" Classifier_classifyTxMSDU():
clsfrType
error\n"));
549
if (pClsfr->clsfrParameters.
clsfrType
== D_TAG_CLSFR)
561
switch (pClsfr->clsfrParameters.
clsfrType
)
[
all
...]
Ctrl.c
[
all
...]
Completed in 46 milliseconds