Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c750 u32 netlen; in ath6kl_htc_pipe_tx_complete() local
753 netlen = skb->len; in ath6kl_htc_pipe_tx_complete()
958 u32 netlen, trailerlen = 0; in ath6kl_htc_pipe_rx_complete() local
981 netlen = skb->len; in ath6kl_htc_pipe_rx_complete()
996 if (netlen < (payload_len + HTC_HDR_LENGTH)) { in ath6kl_htc_pipe_rx_complete()
999 netlen, payload_len + HTC_HDR_LENGTH); in ath6kl_htc_pipe_rx_complete()
1050 netlen = skb->len; in ath6kl_htc_pipe_rx_complete()
1055 target->pipe.ctrl_response_len = min_t(int, netlen, in ath6kl_htc_pipe_rx_complete()
1085 packet->act_len = netlen - HTC_HDR_LENGTH - trailerlen; in ath6kl_htc_pipe_rx_complete()