Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.h18 #define HTC_HDR_FLAGS GENMASK(15, 8) macro
H A Dhtc.c65 hdr->htc_info |= FIELD_PREP(HTC_HDR_FLAGS, in ath11k_htc_prepare_tx_skb()
324 trailer_present = (FIELD_GET(HTC_HDR_FLAGS, hdr->htc_info)) & in ath11k_htc_rx_completion_handler()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.h19 #define HTC_HDR_FLAGS GENMASK(15, 8) macro
H A Dhtc.c67 HTC_HDR_FLAGS); in ath12k_htc_prepare_tx_skb()
287 trailer_present = le32_get_bits(hdr->htc_info, HTC_HDR_FLAGS) & in ath12k_htc_rx_completion_handler()