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.c3171 if (txq->txq_dump_count == 0) { in t3_dump_txq_eth()
3174 if (txq->txq_dump_count > TX_ETH_Q_SIZE) { in t3_dump_txq_eth()
3177 txq->txq_dump_count = 1; in t3_dump_txq_eth()
3205 dump_end = txq->txq_dump_start + txq->txq_dump_count; in t3_dump_txq_eth()
3237 if (txq->txq_dump_count == 0) { in t3_dump_txq_ctrl()
3240 if (txq->txq_dump_count > 256) { in t3_dump_txq_ctrl()
3243 txq->txq_dump_count = 1; in t3_dump_txq_ctrl()
3260 (txq->txq_dump_start + txq->txq_dump_count) & 255); in t3_dump_txq_ctrl()
3262 dump_end = txq->txq_dump_start + txq->txq_dump_count; in t3_dump_txq_ctrl()
3575 CTLFLAG_RW, &qs->txq[TXQ_ETH].txq_dump_count, in t3_add_configured_sysctls()
[all …]
H A Dcxgb_adapter.h261 uint32_t txq_dump_count; member