HomeSort by relevance Sort by last modified time
    Searched refs:NUM_OF_CLSFR_TABLE_ENTRIES (Results 1 - 2 of 2) 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*/
  /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)

Completed in 22 milliseconds