Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dwifi_legacy_hal.cpp856 size_t num_fates = 0; in getTxPktFates() local
859 &num_fates); in getTxPktFates()
860 CHECK(num_fates <= MAX_FATE_LOG_LEN); in getTxPktFates()
861 tx_pkt_fates.resize(num_fates); in getTxPktFates()
869 size_t num_fates = 0; in getRxPktFates() local
872 &num_fates); in getRxPktFates()
873 CHECK(num_fates <= MAX_FATE_LOG_LEN); in getRxPktFates()
874 rx_pkt_fates.resize(num_fates); in getRxPktFates()