Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c829 if (HTC_STOPPING(target)) { in AllocAndPrepareRxPackets()
1364 if (HTC_STOPPING(target)) { in HTCRecvMessagePendingHandler()
1417 if (HTC_STOPPING(target)) { in HTCAddReceivePktMultiple()
1447 if (unblockRecv && !HTC_STOPPING(target)) { in HTCAddReceivePktMultiple()
1483 if (unblockRecv && !HTC_STOPPING(target)) { in HTCUnblockRecv()
1543 if (!HTC_STOPPING(target)) { in HTCEnableRecv()
1553 if (!HTC_STOPPING(target)) { in HTCDisableRecv()
Dhtc_internal.h142 #define HTC_STOPPING(t) ((t)->OpStateFlags & HTC_OP_STATE_STOPPING) macro
Dhtc_send.c696 if (HTC_STOPPING(target)) { in HTCSendPktsMultiple()