Home
last modified time | relevance | path

Searched refs:txq_dump_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c3165 if (txq->txq_dump_count == 0) { in t3_dump_txq_eth()
3168 if (txq->txq_dump_count > TX_ETH_Q_SIZE) { in t3_dump_txq_eth()
3170 "dump count is too large %d\n", txq->txq_dump_count); in t3_dump_txq_eth()
3171 txq->txq_dump_count = 1; in t3_dump_txq_eth()
3197 (txq->txq_dump_start + txq->txq_dump_count) & (TX_ETH_Q_SIZE-1)); in t3_dump_txq_eth()
3199 dump_end = txq->txq_dump_start + txq->txq_dump_count; in t3_dump_txq_eth()
3231 if (txq->txq_dump_count == 0) { in t3_dump_txq_ctrl()
3234 if (txq->txq_dump_count > 256) { in t3_dump_txq_ctrl()
3236 "dump count is too large %d\n", txq->txq_dump_count); in t3_dump_txq_ctrl()
3237 txq->txq_dump_count = 1; in t3_dump_txq_ctrl()
[all …]
H A Dcxgb_adapter.h261 uint32_t txq_dump_count; member