Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dbase.c832 txq->txq_len++; in ath5k_txbuf_setup()
1017 txq->txq_len = 0; in ath5k_txq_setup()
1128 txq->txq_len--; in ath5k_drain_tx_buffs()
1631 if (txq->txq_len >= txq->txq_max && in ath5k_tx_queue()
1777 txq->txq_len--; in ath5k_tx_processq()
1782 if (txq->txq_len < ATH5K_TXQ_LEN_LOW && txq->qnum < 4) in ath5k_tx_processq()
2020 if (ah->cabq->txq_len >= ah->cabq->txq_max) in ath5k_beacon_send()
2478 if (txq->txq_len > 1) { in ath5k_tx_complete_poll_work()
H A Dmac80211-ops.c772 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()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c1098 int txq_len = skb_queue_len(txq); in tipc_link_update_cwin() local
1114 if (txq_len + bklog_len < cwin) in tipc_link_update_cwin()
1118 if (txq_len && l->snd_nxt - buf_seqno(skb_peek(txq)) != txq_len) in tipc_link_update_cwin()