Lines Matching refs:br_max
120 unsigned int br_min, br_nom, br_max; in sfp_parse_support() local
124 br_min = br_nom = br_max = 0; in sfp_parse_support()
129 br_max = br_nom + id->base.br_nominal * id->ext.br_max; in sfp_parse_support()
130 } else if (id->ext.br_max) { in sfp_parse_support()
131 br_nom = 250 * id->ext.br_max; in sfp_parse_support()
132 br_max = br_nom + br_nom * id->ext.br_min / 100; in sfp_parse_support()
140 if (br_min == br_max && id->base.sfp_ct_passive) in sfp_parse_support()
164 br_min <= 1300 && br_max >= 1200) in sfp_parse_support()
172 if (br_min <= 12000 && br_max >= 10300) in sfp_parse_support()
174 if (br_min <= 3200 && br_max >= 3100) in sfp_parse_support()
176 if (br_min <= 1300 && br_max >= 1200) in sfp_parse_support()
232 br_min <= 1300 && br_max >= 1200) in sfp_parse_support()