Searched refs:txq_max (Results 1 – 6 of 6) sorted by relevance
748 *tx = sc->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].txq_max; in ath5k_get_ringparam()775 sc->txqs[qnum].txq_max = tx; in ath5k_set_ringparam()776 if (sc->txqs[qnum].txq_len >= sc->txqs[qnum].txq_max) in ath5k_set_ringparam()
89 int txq_max; /* max allowed num of queued buffers */ member
946 txq->txq_max = ATH5K_TXQ_LEN_MAX; in ath5k_txq_setup()1538 if (txq->txq_len >= txq->txq_max) in ath5k_tx_queue()
183 uint16_t txq_max; /* max length */ member
2071 phba->sli.ring[LPFC_ELS_RING].txq_max); in lpfc_txq_hw_show()
13613 if (pring->txq_cnt > pring->txq_max) in lpfc_drain_txq()13614 pring->txq_max = pring->txq_cnt; in lpfc_drain_txq()