Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/common/
Dhtc.h91 #define HTC_FLAGS_RECV_TRAILER (1 << 1) /* bit 1 trailer data present */ macro
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c391 if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) { in ath9k_htc_rx_msg()
416 if (htc_hdr->flags & HTC_FLAGS_RECV_TRAILER) in ath9k_htc_rx_msg()
Dhtc_hst.h57 #define HTC_FLAGS_RECV_TRAILER (1 << 1) macro
/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c314 if (temp & HTC_FLAGS_RECV_TRAILER) { in HTCProcessRecvHeader()