pub unsafe extern "C" fn ibv_rate_to_mbps(rate: ibv_rate) -> c_int
ibv_rate_to_mbps - Convert the IB rate enum to Mbit/sec. For example, IBV_RATE_5_GBPS will return the value 5000. @rate: rate to convert.