Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dhtc.c295 bool trailer_present; in ath11k_htc_rx_completion_handler() local
324 trailer_present = (FIELD_GET(HTC_HDR_FLAGS, hdr->htc_info)) & in ath11k_htc_rx_completion_handler()
328 eid, skb, trailer_present); in ath11k_htc_rx_completion_handler()
330 if (trailer_present) { in ath11k_htc_rx_completion_handler()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dhtc.c258 bool trailer_present; in ath12k_htc_rx_completion_handler() local
287 trailer_present = le32_get_bits(hdr->htc_info, HTC_HDR_FLAGS) & in ath12k_htc_rx_completion_handler()
290 if (trailer_present) { in ath12k_htc_rx_completion_handler()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dhtc.c446 bool trailer_present; in ath10k_htc_rx_completion_handler() local
486 trailer_present = hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT; in ath10k_htc_rx_completion_handler()
487 if (trailer_present) { in ath10k_htc_rx_completion_handler()
Dsdio.c387 bool trailer_present = htc_hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT; in ath10k_sdio_mbox_rx_process_packet() local
392 if (trailer_present) { in ath10k_sdio_mbox_rx_process_packet()