Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atlx/
Datl1.h370 u32 tx_trunc; /* TX packets truncated due to size > MTU */ member
681 u64 tx_trunc; /* TX packets truncated due to size > MTU */ member
Datl1.c1710 smb->tx_abort_col + smb->tx_underrun + smb->tx_trunc); in atl1_inc_smb()
1721 adapter->soft_stats.tx_trunc += smb->tx_trunc; in atl1_inc_smb()
3166 {"tx_trunc", ATL1_STAT(soft_stats.tx_trunc)},
/linux-2.6.39/drivers/net/atl1e/
Datl1e.h310 …unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MT… member
Datl1e_main.c1161 hw_stats->tx_underrun + hw_stats->tx_trunc; in atl1e_get_stats()
/linux-2.6.39/drivers/net/atl1c/
Datl1c.h379 unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */ member
Datl1c_main.c1588 hw_stats->tx_underrun + hw_stats->tx_trunc; in atl1c_get_stats()