Searched refs:tx_map_failed (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dibmveth.h159 u64 tx_map_failed; member in struct:ibmveth_adapter
H A Dibmveth.c135 { "tx_map_failed", IBMVETH_STAT_OFF(tx_map_failed) },
906 unsigned int tx_map_failed = 0; local
937 tx_map_failed++;
974 adapter->tx_map_failed += tx_map_failed;
1389 seq_printf(seq, " TX: vio_map_single failres: %lld\n", adapter->tx_map_failed);

Completed in 40 milliseconds