Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_recv.c256 uint32_t trailerlen = 0; in htc_rx_completion_handler() local
387 trailerlen = temp; in htc_rx_completion_handler()
404 if (((int)payloadLen - (int)trailerlen) <= 0) { in htc_rx_completion_handler()
515 pPacket->ActualLength = netlen - HTC_HEADER_LEN - trailerlen; in htc_rx_completion_handler()