Lines Matching full:rate
7 ibv_rate_to_mult \- convert IB rate enumeration to multiplier of 2.5 Gbit/sec
9 mult_to_ibv_rate \- convert multiplier of 2.5 Gbit/sec to an IB rate enumeration
14 .BI "int ibv_rate_to_mult(enum ibv_rate " "rate" ");
20 converts the IB transmission rate enumeration
21 .I rate
22 to a multiple of 2.5 Gbit/sec (the base rate). For example, if
23 .I rate
31 to an IB transmission rate enumeration. For example, if
33 is 2, the rate enumeration
39 returns the multiplier of the base rate 2.5 Gbit/sec.
42 returns the enumeration representing the IB transmission rate.