Home
last modified time | relevance | path

Searched refs:txq_len (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c777 if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].txq_max) in ath5k_set_ringparam()
H A Dath5k.h635 int txq_len; member
H A Ddebug.c839 " len: %d bufs: %d\n", txq->txq_len, n); in read_file_queue()
/linux/net/tipc/
H A Dlink.c1109 int txq_len = skb_queue_len(txq); in tipc_link_update_cwin() local
1125 if (txq_len + bklog_len < cwin) in tipc_link_update_cwin()
1129 if (txq_len && l->snd_nxt - buf_seqno(skb_peek(txq)) != txq_len) in tipc_link_update_cwin()