Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h530 uint32_t stat_lso_header_fail; member
H A Dixgbe_stat.c225 ixgbe->tx_rings[i].stat_lso_header_fail; in ixgbe_update_stats()
H A Dixgbe_tx.c248 tx_ring->stat_lso_header_fail++; in ixgbe_ring_tx()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h751 uint32_t stat_lso_header_fail; member
H A De1000g_tx.c296 E1000G_DEBUG_STAT(tx_ring->stat_lso_header_fail); in e1000g_send()