Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c744 *tx = ah->txqs[AR5K_TX_QUEUE_ID_DATA_MIN].txq_max; in ath5k_get_ringparam()
771 ah->txqs[qnum].txq_max = tx; in ath5k_set_ringparam()
772 if (ah->txqs[qnum].txq_len >= ah->txqs[qnum].txq_max) in ath5k_set_ringparam()
H A Dbase.c1018 txq->txq_max = ATH5K_TXQ_LEN_MAX; in ath5k_txq_setup()
1631 if (txq->txq_len >= txq->txq_max && in ath5k_tx_queue()
2020 if (ah->cabq->txq_len >= ah->cabq->txq_max) in ath5k_beacon_send()
H A Dath5k.h618 * @txq_max: Max allowed num of queued buffers
636 int txq_max; member
/kernel/linux/linux-6.6/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.h618 * @txq_max: Max allowed num of queued buffers
636 int txq_max; member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli.h237 uint16_t txq_max; /* max length */ member
H A Dlpfc_attr.c3544 pring ? pring->txq_max : 0); in lpfc_txq_hw_show()
H A Dlpfc_sli.c20050 if (txq_cnt > pring->txq_max) in lpfc_drain_txq()
20051 pring->txq_max = txq_cnt; in lpfc_drain_txq()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli.h269 uint16_t txq_max; /* max length */ member
H A Dlpfc_attr.c3667 pring ? pring->txq_max : 0); in lpfc_txq_hw_show()
H A Dlpfc_sli.c21138 if (txq_cnt > pring->txq_max) in lpfc_drain_txq()
21139 pring->txq_max = txq_cnt; in lpfc_drain_txq()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c11513 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max); in tg3_enable_msix()
12737 channel->max_tx = tp->txq_max; in tg3_get_channels()
12751 channel->tx_count = min(deflt_qs, tp->txq_max); in tg3_get_channels()
12764 channel->tx_count > tp->txq_max) in tg3_set_channels()
16469 tp->txq_max = 1; in tg3_get_invariants()
16477 tp->txq_max = tp->irq_max - 1; in tg3_get_invariants()
H A Dtg3.h3202 u32 txq_max; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c11493 tp->txq_cnt = min(tp->rxq_cnt, tp->txq_max); in tg3_enable_msix()
12723 channel->max_tx = tp->txq_max; in tg3_get_channels()
12737 channel->tx_count = min(deflt_qs, tp->txq_max); in tg3_get_channels()
12750 channel->tx_count > tp->txq_max) in tg3_set_channels()
16393 tp->txq_max = 1; in tg3_get_invariants()
16401 tp->txq_max = tp->irq_max - 1; in tg3_get_invariants()
H A Dtg3.h3202 u32 txq_max; member

Completed in 135 milliseconds