Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/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()
/freebsd/sys/contrib/dev/athk/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()