Lines Matching full:suppressed

104  * suppressed packets.
394 DHD_ERROR(("Error: %s():%d item not suppressed\n", in _dhd_wlfc_hanger_remove_reference()
700 /* suppressed queue, need pop from hanger */ in _dhd_wlfc_prec_drop()
749 * that a packet could currently not be transmitted (=suppressed). This function enqueues a transmit
821 * - suppressed packet goes back to suppress sub-queue in _dhd_wlfc_rollback_packet_toq()
1069 * Called on receiving a 'd11 suppressed' or 'wl suppressed' tx status from the firmware. Enqueues
1083 - suppressed packets go to sub_queue[2*prec + 1] AND in _dhd_wlfc_enque_suppressed()
1283 * Dequeues a suppressed or delayed packet from a queue
1327 (!entry->suppressed)) { in _dhd_wlfc_deque_delayedq()
1334 * i.e. suppressed packets before delayed ones in _dhd_wlfc_deque_delayedq()
1375 /** Enqueues caller supplied packet on either a 'suppressed' or 'delayed' queue */
1389 - suppressed packets go to sub_queue[2*prec + 1] AND in _dhd_wlfc_enque_delayq()
1502 printf("ERROR: free a suppressed pkt %p state %d pkt_state %d\n", in _dhd_wlfc_hanger_free_pkt()
1585 if (entry->suppressed && in _dhd_wlfc_pktq_flush()
1588 entry->suppressed = FALSE; in _dhd_wlfc_pktq_flush()
1720 if (entry->suppressed && in _dhd_wlfc_cleanup_txq()
1723 entry->suppressed = FALSE; in _dhd_wlfc_cleanup_txq()
1760 /* release packets held in PSQ (both delayed and suppressed) */ in _dhd_wlfc_cleanup()
1826 entry->suppressed = FALSE; in _dhd_wlfc_mac_entry_update()
2059 /* will be suppressed back by design */ in _dhd_wlfc_handle_packet_commit()
2060 if (!commit_info->mac_entry->suppressed) { in _dhd_wlfc_handle_packet_commit()
2061 commit_info->mac_entry->suppressed = TRUE; in _dhd_wlfc_handle_packet_commit()
2084 - save wl-header header for suppressed packets in _dhd_wlfc_handle_packet_commit()
2301 /* this packet was suppressed */ in _dhd_wlfc_compressed_txstatus_update()
2302 if (!entry->suppressed || (entry->generation != gen)) { in _dhd_wlfc_compressed_txstatus_update()
2303 if (!entry->suppressed) { in _dhd_wlfc_compressed_txstatus_update()
2312 entry->suppressed = TRUE; in _dhd_wlfc_compressed_txstatus_update()
2376 /* Mark suppressed to avoid a double free in _dhd_wlfc_compressed_txstatus_update()
2403 if (entry->suppressed && in _dhd_wlfc_compressed_txstatus_update()
2406 entry->suppressed = FALSE; in _dhd_wlfc_compressed_txstatus_update()
2520 if (entry->suppressed && in _dhd_wlfc_suppress_txq()
2523 entry->suppressed = FALSE; in _dhd_wlfc_suppress_txq()
3542 if (entry->suppressed && in dhd_wlfc_txcomplete()
3545 entry->suppressed = FALSE; in dhd_wlfc_txcomplete()