Home
last modified time | relevance | path

Searched refs:tx_hw_max_queue_depth (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/bxe/
H A Dbxe_stats.h239 uint32_t tx_hw_max_queue_depth; member
353 uint32_t tx_hw_max_queue_depth; member
H A Dbxe_stats.c1253 UPDATE_ESTAT_QSTAT(tx_hw_max_queue_depth); in bxe_drv_stats_update()
H A Dbxe.c453 { STATS_OFFSET32(tx_hw_max_queue_depth),
580 { Q_STATS_OFFSET32(tx_hw_max_queue_depth),
5180 if (__predict_false(fp->eth_q_stats.tx_hw_max_queue_depth < in bxe_tx_encap()
5182 fp->eth_q_stats.tx_hw_max_queue_depth = (TX_BD_USABLE - tx_bd_avail); in bxe_tx_encap()