Home
last modified time | relevance | path

Searched refs:backlog_packets (Results 1 – 8 of 8) sorted by relevance

/linux/include/net/
H A Dfq_impl.h23 tin->backlog_packets -= packets; in __fq_adjust_removal()
222 tin->backlog_packets++; in fq_tin_enqueue()
332 WARN_ON_ONCE(tin->backlog_packets); in fq_tin_reset()
H A Dfq.h54 u32 backlog_packets; member
H A Dcfg80211.h2001 * @backlog_packets: total number of packets currently backlogged
2015 u32 backlog_packets; member
/linux/net/mac80211/
H A Ddebugfs_netdev.c636 txqi->tin.backlog_packets, in ieee80211_if_fmt_aqm()
H A Ddebugfs_sta.c166 txqi->tin.backlog_packets, in sta_aqm_read()
H A Dieee80211_i.h1880 return !(skb_queue_empty(&txqi->frags) && !txqi->tin.backlog_packets); in txq_has_queue()
H A Dutil.c4296 *frame_cnt = txqi->tin.backlog_packets + frag_cnt; in ieee80211_txq_get_depth()
/linux/net/wireless/
H A Dnl80211.c1301 PUT_TXQVAL_U32(BACKLOG_PACKETS, backlog_packets); in nl80211_put_txq_stats()