Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.cpp846 size_t num_fates = 0; in getTxPktFates() local
849 &num_fates); in getTxPktFates()
850 CHECK(num_fates <= MAX_FATE_LOG_LEN); in getTxPktFates()
851 tx_pkt_fates.resize(num_fates); in getTxPktFates()
859 size_t num_fates = 0; in getRxPktFates() local
862 &num_fates); in getRxPktFates()
863 CHECK(num_fates <= MAX_FATE_LOG_LEN); in getRxPktFates()
864 rx_pkt_fates.resize(num_fates); in getRxPktFates()