HomeSort by relevance Sort by last modified time
    Searched refs:NUM_OF_CLSFR_TABLE_ENTRIES (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/utils/
tiQosTypes.h 347 #define NUM_OF_CLSFR_TABLE_ENTRIES 16
353 TClsfrTableEntry ClsfrTable[NUM_OF_CLSFR_TABLE_ENTRIES]; /* Classification table - size changed from 15 to 16*/
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiQosTypes.h 254 #define NUM_OF_CLSFR_TABLE_ENTRIES 16
261 ClsfrTable[NUM_OF_CLSFR_TABLE_ENTRIES]; /* Classification table - size changed from 15 to 16*/
  /system/wlan/ti/wilink_6_1/utils/
tiQosTypes.h 347 #define NUM_OF_CLSFR_TABLE_ENTRIES 16
353 TClsfrTableEntry ClsfrTable[NUM_OF_CLSFR_TABLE_ENTRIES]; /* Classification table - size changed from 15 to 16*/
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TxDataClsfr.c 77 if (pClsfrInitParams->uNumActiveEntries <= NUM_OF_CLSFR_TABLE_ENTRIES)
80 pParams->uNumActiveEntries = NUM_OF_CLSFR_TABLE_ENTRIES;
378 if (pClsfrParams->uNumActiveEntries == NUM_OF_CLSFR_TABLE_ENTRIES)
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TxDataClsfr.c 77 if (pClsfrInitParams->uNumActiveEntries <= NUM_OF_CLSFR_TABLE_ENTRIES)
80 pParams->uNumActiveEntries = NUM_OF_CLSFR_TABLE_ENTRIES;
378 if (pClsfrParams->uNumActiveEntries == NUM_OF_CLSFR_TABLE_ENTRIES)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Clsfr.c 121 if (ClsfrInitParams->NumOfActiveEntries <= NUM_OF_CLSFR_TABLE_ENTRIES)
124 pClsfr->clsfrParameters.NumOfActiveEntries = NUM_OF_CLSFR_TABLE_ENTRIES;
541 avlEntries = (NUM_OF_CLSFR_TABLE_ENTRIES - (pClsfr->clsfrParameters.NumOfActiveEntries));
    [all...]

Completed in 72 milliseconds