Lines Matching defs:rate_id
1997 u8 rate_id;
2023 rate_id = sfp->id.base.rate_id;
2024 if (rate_id == 0)
2034 rate_id == 3)
2035 rate_id = SFF_RID_8431;
2037 if (rate_id & SFF_RID_8079) {
2039 * SFF-8472 rev 9.5. SFF-8079 defines rate_id as a bitfield
2058 /* SFF-8472 rev 11.0 defines rate_id as a numerical value which will
2059 * always have bit 0 clear due to SFF-8079's bitfield usage of rate_id.
2061 switch (rate_id) {