Searched refs:waiting_for_resp (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dtrans.h25 bool waiting_for_resp; member in struct:qtnf_cmd_ctl_node
26 spinlock_t resp_lock; /* lock for resp_skb & waiting_for_resp changes */
H A Dtrans.c34 ctl_node->waiting_for_resp = true;
48 resp_not_handled = ctl_node->waiting_for_resp;
51 ctl_node->waiting_for_resp = false;
89 if (unlikely(!ctl_node->waiting_for_resp)) {
100 ctl_node->waiting_for_resp = false;
138 trans->curr_cmd.waiting_for_resp = false;
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c2278 bool waiting_for_resp = false; local
2310 waiting_for_resp = true;
2320 if (waiting_for_resp) {
2326 waiting_for_resp = false;

Completed in 297 milliseconds