Searched refs:DRVSTAT_INFO (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 32 #define DRVSTAT_INFO(field) #field, DRVSTAT,\ macro 36 {DRVSTAT_INFO(rx_crc_errors)}, 37 {DRVSTAT_INFO(rx_alignment_symbol_errors)}, 38 {DRVSTAT_INFO(rx_pause_frames)}, 39 {DRVSTAT_INFO(rx_control_frames)}, 43 {DRVSTAT_INFO(rx_in_range_errors)}, 47 {DRVSTAT_INFO(rx_out_range_errors)}, 49 {DRVSTAT_INFO(rx_frame_too_long)}, 53 {DRVSTAT_INFO(rx_address_filtered)}, 57 {DRVSTAT_INFO(rx_dropped_too_small)}, [all …]
|