Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c947 u32 netlen, trailerlen = 0; in ath6kl_htc_pipe_rx_complete() local
970 netlen = skb->len; in ath6kl_htc_pipe_rx_complete()
985 if (netlen < (payload_len + HTC_HDR_LENGTH)) { in ath6kl_htc_pipe_rx_complete()
988 netlen, payload_len + HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()
1039 netlen = skb->len; in ath6kl_htc_pipe_rx_complete()
1044 target->pipe.ctrl_response_len = min_t(int, netlen, in ath6kl_htc_pipe_rx_complete()
1074 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()