Searched refs:DRVSTAT_INFO (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 36 #define DRVSTAT_INFO(field) #field, DRVSTAT,\ macro 40 {DRVSTAT_INFO(rx_crc_errors)}, 41 {DRVSTAT_INFO(rx_alignment_symbol_errors)}, 42 {DRVSTAT_INFO(rx_pause_frames)}, 43 {DRVSTAT_INFO(rx_control_frames)}, 47 {DRVSTAT_INFO(rx_in_range_errors)}, 51 {DRVSTAT_INFO(rx_out_range_errors)}, 53 {DRVSTAT_INFO(rx_frame_too_long)}, 57 {DRVSTAT_INFO(rx_address_filtered)}, 61 {DRVSTAT_INFO(rx_dropped_too_small)}, [all …]
|