Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_internal.h225 uint32_t CurRxSgTotalLen; /* current total length */ member
281 _target->CurRxSgTotalLen = 0; \
Dhtc_recv.c266 target->CurRxSgTotalLen += qdf_nbuf_len(netbuf); in htc_rx_completion_handler()
268 if (target->CurRxSgTotalLen == target->ExpRxSgTotalLen) { in htc_rx_completion_handler()
339 target->CurRxSgTotalLen += netlen; in htc_rx_completion_handler()