Home
last modified time | relevance | path

Searched refs:HTC_HDR_PAYLOADLEN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhtc.h19 #define HTC_HDR_PAYLOADLEN GENMASK(31, 16) macro
H A Dhtc.c62 FIELD_PREP(HTC_HDR_PAYLOADLEN, in ath11k_htc_prepare_tx_skb()
259 payload_len = FIELD_GET(HTC_HDR_PAYLOADLEN, hdr->htc_info); in ath11k_htc_rx_completion_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhtc.h19 #define HTC_HDR_PAYLOADLEN GENMASK(31, 16) macro
H A Dhtc.c61 FIELD_PREP(HTC_HDR_PAYLOADLEN, in ath11k_htc_prepare_tx_skb()
309 payload_len = FIELD_GET(HTC_HDR_PAYLOADLEN, hdr->htc_info); in ath11k_htc_rx_completion_handler()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhtc.h20 #define HTC_HDR_PAYLOADLEN GENMASK(31, 16) macro
H A Dhtc.c63 HTC_HDR_PAYLOADLEN); in ath12k_htc_prepare_tx_skb()
272 payload_len = le32_get_bits(hdr->htc_info, HTC_HDR_PAYLOADLEN); in ath12k_htc_rx_completion_handler()

Completed in 6 milliseconds