Searched refs:is_apsdq_empty (Results 1 – 1 of 1) sorted by relevance
108 bool is_apsdq_empty = false; in ath6kl_process_uapsdq() local157 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_process_uapsdq()165 if (is_apsdq_empty) { in ath6kl_process_uapsdq()1236 bool is_apsdq_empty, is_apsdq_empty_at_start; in ath6kl_uapsd_trigger_frame_rx() local1261 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_uapsd_trigger_frame_rx()1263 is_apsdq_empty_at_start = is_apsdq_empty; in ath6kl_uapsd_trigger_frame_rx()1265 while ((!is_apsdq_empty) && (num_frames_to_deliver)) { in ath6kl_uapsd_trigger_frame_rx()1268 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_uapsd_trigger_frame_rx()1279 if ((is_apsdq_empty) || (!num_frames_to_deliver)) in ath6kl_uapsd_trigger_frame_rx()1287 if (is_apsdq_empty) { in ath6kl_uapsd_trigger_frame_rx()[all …]