Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c127 #define SFXGE_TX_STAT(name, member) \ macro
129 SFXGE_TX_STAT(tso_bursts, tso_bursts),
130 SFXGE_TX_STAT(tso_packets, tso_packets),
131 SFXGE_TX_STAT(tso_long_headers, tso_long_headers),
132 SFXGE_TX_STAT(tso_pdrop_too_many, tso_pdrop_too_many),
133 SFXGE_TX_STAT(tso_pdrop_no_rsrc, tso_pdrop_no_rsrc),
134 SFXGE_TX_STAT(tx_collapses, collapses),
135 SFXGE_TX_STAT(tx_drops, drops),
136 SFXGE_TX_STAT(tx_get_overflow, get_overflow),
137 SFXGE_TX_STAT(tx_get_non_tcp_overflow, get_non_tcp_overflow),
[all …]