Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_internal.h278 #define RESET_RX_SG_CONFIG(_target) \ argument
280 _target->ExpRxSgTotalLen = 0; \
281 _target->CurRxSgTotalLen = 0; \
282 _target->IsRxSgInprogress = false; \
304 #define OL_ATH_HTC_PKT_ERROR_COUNT_INCR(_target, _ecode) \ argument
307 (_target->htc_pkt_stats.htc_get_pkt_q_fail_count) += 1; \
309 (_target->htc_pkt_stats.htc_pkt_q_empty_count) += 1; \
311 (_target->htc_pkt_stats.htc_send_q_empty_count) += 1; \