Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhtc.c259 bool trailer_present; in ath11k_htc_rx_completion_handler() local
288 trailer_present = (FIELD_GET(HTC_HDR_FLAGS, hdr->htc_info)) & in ath11k_htc_rx_completion_handler()
291 if (trailer_present) { in ath11k_htc_rx_completion_handler()
/drivers/net/wireless/ath/ath10k/
Dhtc.c437 bool trailer_present; in ath10k_htc_rx_completion_handler() local
477 trailer_present = hdr->flags & ATH10K_HTC_FLAG_TRAILER_PRESENT; in ath10k_htc_rx_completion_handler()
478 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()