Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c296 bool trailer_present; in ath11k_htc_rx_completion_handler() local
325 trailer_present = (FIELD_GET(HTC_HDR_FLAGS, hdr->htc_info)) & in ath11k_htc_rx_completion_handler()
329 eid, skb, trailer_present); in ath11k_htc_rx_completion_handler()
331 if (trailer_present) { in ath11k_htc_rx_completion_handler()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.c263 bool trailer_present; in ath12k_htc_rx_completion_handler() local
292 trailer_present = le32_get_bits(hdr->htc_info, HTC_HDR_FLAGS) & in ath12k_htc_rx_completion_handler()
295 if (trailer_present) { in ath12k_htc_rx_completion_handler()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c447 bool trailer_present; in ath10k_htc_rx_completion_handler() local
487 trailer_present = hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT; in ath10k_htc_rx_completion_handler()
488 if (trailer_present) { in ath10k_htc_rx_completion_handler()