Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_recv.c396 if (A_FAILED(temp_status)) { in htc_rx_completion_handler()
586 if (A_FAILED(status)) { in htc_add_receive_pkt_multiple()
730 if (A_FAILED(status)) { in htc_process_trailer()
739 if (A_FAILED(status)) in htc_process_trailer()
/wlan-driver/fw-api/fw/
H A Dathdefs.h80 #define A_FAILED(x) (!A_SUCCESS(x)) macro