Searched refs:PRINT_xX_PWR (Results 1 – 4 of 4) sorted by relevance
/external/ethtool/ |
D | sff-common.c | 269 PRINT_xX_PWR("Laser output power high alarm threshold", in sff_show_thresholds() 271 PRINT_xX_PWR("Laser output power low alarm threshold", in sff_show_thresholds() 273 PRINT_xX_PWR("Laser output power high warning threshold", in sff_show_thresholds() 275 PRINT_xX_PWR("Laser output power low warning threshold", in sff_show_thresholds() 296 PRINT_xX_PWR("Laser rx power high alarm threshold", in sff_show_thresholds() 298 PRINT_xX_PWR("Laser rx power low alarm threshold", in sff_show_thresholds() 300 PRINT_xX_PWR("Laser rx power high warning threshold", in sff_show_thresholds() 302 PRINT_xX_PWR("Laser rx power low warning threshold", in sff_show_thresholds()
|
D | sff-common.h | 114 # define PRINT_xX_PWR(string, var) \ macro 133 PRINT_xX_PWR(string, (var)[(index)])
|
D | sfpdiag.c | 257 PRINT_xX_PWR("Laser output power", sd.tx_power[MCURR]); in sff8472_show_all() 264 PRINT_xX_PWR(rx_power_string, sd.rx_power[MCURR]); in sff8472_show_all()
|
D | qsfp.c | 725 PRINT_xX_PWR(power_string, sd.scd[i].tx_power); in sff8636_show_dom() 736 PRINT_xX_PWR(power_string, sd.scd[i].rx_power); in sff8636_show_dom()
|