Searched refs:CORE_TXSC_ENTRY_NUM (Results 1 – 8 of 8) sorted by relevance
174 _rtw_memset(psta->txsc_entry_cache, 0x0, sizeof(struct txsc_entry) * CORE_TXSC_ENTRY_NUM); in txsc_clear()210 for (j = 0 ; j < CORE_TXSC_ENTRY_NUM; j++) { in txsc_dump()404 for (i = 0; i < CORE_TXSC_ENTRY_NUM; i++) { in txsc_get_sc_entry()512 psta->txsc_cur_idx = (psta->txsc_cur_idx + 1) % CORE_TXSC_ENTRY_NUM; in txsc_prepare_sc_entry()513 if (psta->txsc_cache_num < CORE_TXSC_ENTRY_NUM) in txsc_prepare_sc_entry()
725 for (i = 0; i < CORE_TXSC_ENTRY_NUM; i++) { in _rtw_free_core_stainfo()
24 #define CORE_TXSC_ENTRY_NUM 8 macro
569 struct txsc_entry txsc_entry_cache[CORE_TXSC_ENTRY_NUM];
568 struct txsc_entry txsc_entry_cache[CORE_TXSC_ENTRY_NUM];