Lines Matching full:suppressed
224 * suppressed packets.
514 DHD_ERROR(("Error: %s():%d item not suppressed\n", in _dhd_wlfc_hanger_remove_reference()
826 /* suppressed queue, need pop from hanger */ in _dhd_wlfc_prec_drop()
875 * that a packet could currently not be transmitted (=suppressed). This function enqueues a transmit
947 * - suppressed packet goes back to suppress sub-queue in _dhd_wlfc_rollback_packet_toq()
1204 * Called on receiving a 'd11 suppressed' or 'wl suppressed' tx status from the firmware. Enqueues
1218 - suppressed packets go to sub_queue[2*prec + 1] AND in _dhd_wlfc_enque_suppressed()
1432 * Dequeues a suppressed or delayed packet from a queue
1483 (!entry->suppressed)) { in _dhd_wlfc_deque_delayedq()
1490 * i.e. suppressed packets before delayed ones in _dhd_wlfc_deque_delayedq()
1555 /** Enqueues caller supplied packet on either a 'suppressed' or 'delayed' queue */
1569 - suppressed packets go to sub_queue[2*prec + 1] AND in _dhd_wlfc_enque_delayq()
1686 printf("ERROR: free a suppressed pkt %p state %d pkt_state %d\n", in _dhd_wlfc_hanger_free_pkt()
1769 if (entry->suppressed && in _dhd_wlfc_pktq_flush()
1772 entry->suppressed = FALSE; in _dhd_wlfc_pktq_flush()
1908 if (entry->suppressed && in _dhd_wlfc_cleanup_txq()
1911 entry->suppressed = FALSE; in _dhd_wlfc_cleanup_txq()
1955 /* release packets held in PSQ (both delayed and suppressed) */ in _dhd_wlfc_cleanup()
2032 entry->suppressed = FALSE; in _dhd_wlfc_mac_entry_update()
2278 /* will be suppressed back by design */ in _dhd_wlfc_handle_packet_commit()
2279 if (!commit_info->mac_entry->suppressed) { in _dhd_wlfc_handle_packet_commit()
2280 commit_info->mac_entry->suppressed = TRUE; in _dhd_wlfc_handle_packet_commit()
2307 - save wl-header header for suppressed packets in _dhd_wlfc_handle_packet_commit()
2528 /* this packet was suppressed */ in _dhd_wlfc_compressed_txstatus_update()
2529 if (!entry->suppressed || (entry->generation != gen)) { in _dhd_wlfc_compressed_txstatus_update()
2530 if (!entry->suppressed) { in _dhd_wlfc_compressed_txstatus_update()
2539 entry->suppressed = TRUE; in _dhd_wlfc_compressed_txstatus_update()
2621 /* Mark suppressed to avoid a double free in _dhd_wlfc_compressed_txstatus_update()
2667 if (entry->suppressed && in _dhd_wlfc_compressed_txstatus_update()
2670 entry->suppressed = FALSE; in _dhd_wlfc_compressed_txstatus_update()
2788 if (entry->suppressed && in _dhd_wlfc_suppress_txq()
2791 entry->suppressed = FALSE; in _dhd_wlfc_suppress_txq()
3904 if (entry->suppressed && in dhd_wlfc_txcomplete()
3907 entry->suppressed = FALSE; in dhd_wlfc_txcomplete()