Home
last modified time | relevance | path

Searched refs:HTC_FLAGS_RECV_TRAILER (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c393 if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) { in ath9k_htc_rx_msg()
418 if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) in ath9k_htc_rx_msg()
Dhtc_hst.h57 #define HTC_FLAGS_RECV_TRAILER (1 << 1) macro