Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1139 packet->status = (target->htc_flags & HTC_OP_STATE_STOPPING) ? in ath6kl_htc_mbox_tx()
1450 if (target->htc_flags & HTC_OP_STATE_STOPPING) { in ath6kl_htc_rx_setup()
2236 if (target->htc_flags & HTC_OP_STATE_STOPPING) { in ath6kl_htc_rxmsg_pending_handler()
2341 if (target->htc_flags & HTC_OP_STATE_STOPPING) { in ath6kl_htc_mbox_add_rxbuf_multiple()
2372 if (rx_unblock && !(target->htc_flags & HTC_OP_STATE_STOPPING)) in ath6kl_htc_mbox_add_rxbuf_multiple()
2824 target->htc_flags |= HTC_OP_STATE_STOPPING; in ath6kl_htc_mbox_stop()
Dhtc.h138 #define HTC_OP_STATE_STOPPING (1 << 0) macro