Searched defs:airtime_info (Results 1 – 1 of 1) sorted by relevance
139 struct airtime_info { struct140 u64 rx_airtime;141 u64 tx_airtime;142 u64 v_t;143 u64 last_scheduled;144 struct list_head list;145 atomic_t aql_tx_pending; /* Estimated airtime for frames pending */146 u32 aql_limit_low;147 u32 aql_limit_high;148 u32 weight_reciprocal;[all …]