Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.1/default/
Dwifi_legacy_hal.cpp792 size_t num_fates = 0; in getTxPktFates() local
797 &num_fates); in getTxPktFates()
798 CHECK(num_fates <= MAX_FATE_LOG_LEN); in getTxPktFates()
799 tx_pkt_fates.resize(num_fates); in getTxPktFates()
807 size_t num_fates = 0; in getRxPktFates() local
812 &num_fates); in getRxPktFates()
813 CHECK(num_fates <= MAX_FATE_LOG_LEN); in getRxPktFates()
814 rx_pkt_fates.resize(num_fates); in getRxPktFates()