Lines Matching full:packets
42 #define PKTQ_LEN_MAX 0xFFFFu /* Max uint16 65535 packets */
44 #define PKTQ_LEN_DEFAULT 128u /* Max 128 packets */
54 uint16 n_pkts; /**< number of queued packets */
55 uint16 max_pkts; /**< maximum number of queued packets */
56 uint16 stall_count; /**< # seconds since no packets are dequeued */
57 uint16 dequeue_count; /**< # of packets dequeued in last 1 second */
62 uint32 requested; /**< packets requested to be stored */
63 uint32 stored; /**< packets stored */
64 uint32 saved; /**< packets saved,
67 uint32 selfsaved; /**< packets saved,
70 uint32 full_dropped; /**< packets dropped,
71 because pktq is full with higher precedence packets
73 uint32 dropped; /**< packets dropped because pktq per that precedence is full */
74 uint32 sacrificed; /**< packets dropped,
77 uint32 busy; /**< packets droped because of hardware/transmission error */
78 uint32 retry; /**< packets re-sent because they were not received */
79 uint32 ps_retry; /**< packets retried again prior to moving power save mode */
80 uint32 suppress; /**< packets which were suppressed and not transmitted */
81 uint32 retry_drop; /**< packets finally dropped after retry limit */
82 uint32 max_avail; /**< the high-water mark of the queue capacity for packets -
85 uint32 max_used; /**< the high-water mark of the queue utilisation for packets -
90 uint32 acked; /**< count of packets sent (acked) successfully */
91 uint32 txrate_succ; /**< running total of phy rate of packets sent successfully */
92 uint32 txrate_main; /**< running totoal of primary phy rate of all packets */
116 uint16 max_pkts; /**< max packets */
117 uint16 n_pkts_tot; /**< total (cummulative over all precedences) number of packets */
169 * of packets in the queue.
183 * The flush_free_pkt callback is invoked when all packets in the pktq