Searched refs:txq_max (Results 1 – 7 of 7) sorted by relevance
749 *tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].txq_max; in ath5k_get_ringparam()776 ah->txqs[qnum].txq_max = tx; in ath5k_set_ringparam()777 if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].txq_max) in ath5k_set_ringparam()
1063 txq->txq_max = ATH5K_TXQ_LEN_MAX; in ath5k_txq_setup()1676 if (txq->txq_len >= txq->txq_max && in ath5k_tx_queue()2065 if (ah->cabq->txq_len >= ah->cabq->txq_max) in ath5k_beacon_send()
636 int txq_max; member
289 uint16_t txq_max; /* max length */ member
3812 pring ? pring->txq_max : 0); in lpfc_txq_hw_show()
21244 if (txq_cnt > pring->txq_max) in lpfc_drain_txq()21245 pring->txq_max = txq_cnt; in lpfc_drain_txq()
3203 u32 txq_max; member