Searched refs:DRVSTAT_TX_INFO (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 28 #define DRVSTAT_TX_INFO(field) #field, DRVSTAT_TX,\ macro 159 {DRVSTAT_TX_INFO(tx_compl)}, /* If moving this member see above note */ 164 {DRVSTAT_TX_INFO(tx_hdr_parse_err)}, 168 {DRVSTAT_TX_INFO(tx_dma_err)}, 173 {DRVSTAT_TX_INFO(tx_spoof_check_err)}, 178 {DRVSTAT_TX_INFO(tx_tso_err)}, 183 {DRVSTAT_TX_INFO(tx_qinq_err)}, 187 {DRVSTAT_TX_INFO(tx_internal_parity_err)}, 188 {DRVSTAT_TX_INFO(tx_sge_err)}, 189 {DRVSTAT_TX_INFO(tx_bytes)}, [all …]
|