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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl1.h373 u32 tx_trunc; /* TX packets truncated due to size > MTU */ member in struct:stats_msg_block
684 u64 tx_trunc; /* TX packets truncated due to size > MTU */ member in struct:atl1_sft_stats
H A Datl1.c1706 smb->tx_abort_col + smb->tx_underrun + smb->tx_trunc);
1717 adapter->soft_stats.tx_trunc += smb->tx_trunc;
3182 {"tx_trunc", ATL1_STAT(soft_stats.tx_trunc)},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c.h379 unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */ member in struct:atl1c_hw_stats
H A Datl1c_main.c1587 hw_stats->tx_underrun + hw_stats->tx_trunc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e.h310 unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */ member in struct:atl1e_hw_stats
H A Datl1e_main.c1161 hw_stats->tx_underrun + hw_stats->tx_trunc;

Completed in 111 milliseconds