Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c745 *tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].txq_max; in ath5k_get_ringparam()
772 ah->txqs[qnum].txq_max = tx; in ath5k_set_ringparam()
773 if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].txq_max) in ath5k_set_ringparam()
H A Dbase.c1063 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()
H A Dath5k.h636 int txq_max; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h289 uint16_t txq_max; /* max length */ member
H A Dlpfc_attr.c3679 pring ? pring->txq_max : 0); in lpfc_txq_hw_show()
H A Dlpfc_sli.c21178 if (txq_cnt > pring->txq_max) in lpfc_drain_txq()
21179 pring->txq_max = txq_cnt; in lpfc_drain_txq()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.h3203 u32 txq_max; member
H A Dtg3.c11558 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max); in tg3_enable_msix()
12788 channel->max_tx = tp->txq_max; in tg3_get_channels()
12802 channel->tx_count = min(deflt_qs, tp->txq_max); in tg3_get_channels()
12815 channel->tx_count > tp->txq_max) in tg3_set_channels()
16463 tp->txq_max = 1; in tg3_get_invariants()
16471 tp->txq_max = tp->irq_max - 1; in tg3_get_invariants()