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

/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c756 *tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].txq_max;
783 ah->txqs[qnum].txq_max = tx;
784 if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].txq_max)
H A Dbase.c1005 txq->txq_max = ATH5K_TXQ_LEN_MAX;
1615 if (txq->txq_len >= txq->txq_max &&
2004 if (ah->cabq->txq_len >= ah->cabq->txq_max)
H A Dath5k.h618 * @txq_max: Max allowed num of queued buffers
636 int txq_max; member in struct:ath5k_txq
/drivers/scsi/lpfc/
H A Dlpfc_sli.h207 uint16_t txq_max; /* max length */ member in struct:lpfc_sli_ring
H A Dlpfc_attr.c2842 phba->sli.ring[LPFC_ELS_RING].txq_max);
H A Dlpfc_sli.c16961 if (txq_cnt > pring->txq_max)
16962 pring->txq_max = txq_cnt;
/drivers/net/ethernet/broadcom/
H A Dtg3.c11406 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max);
12608 channel->max_tx = tp->txq_max;
12622 channel->tx_count = min(deflt_qs, tp->txq_max);
12635 channel->tx_count > tp->txq_max)
16331 tp->txq_max = 1;
16339 tp->txq_max = tp->irq_max - 1;
H A Dtg3.h3182 u32 txq_max; member in struct:tg3

Completed in 201 milliseconds