ibverbs_sys

Function ibv_rate_to_mbps

Source
pub unsafe extern "C" fn ibv_rate_to_mbps(rate: ibv_rate) -> c_int
Expand description

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.