Main index | Section 3 | Options |
ibv_rate_to_mbps - convert IB rate enumeration to Mbit/secmbps_to_ibv_rate - convert Mbit/sec to an IB rate enumeration
#include <infiniband/verbs.h>int ibv_rate_to_mbps(enum ibv_rate rate");
enum ibv_rate mbps_to_ibv_rate(int mbps");
mbps_to_ibv_rate() converts the number of Mbit/sec mult to an IB transmission rate enumeration. For example, if mult is 5000, the rate enumeration IBV_RATE_5_GBPS will be returned.
mbps_to_ibv_rate() returns the enumeration representing the IB transmission rate.
2012-03-31 | IBV_RATE_TO_MBPS (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | If it wasn't for C, we'd be using BASI, PASAL and OBOL | ” |