Main index | Section 3 | Options |
ibv_rate_to_mult - convert IB rate enumeration to multiplier of 2.5 Gbit/secmult_to_ibv_rate - convert multiplier of 2.5 Gbit/sec to an IB rate enumeration
#include <infiniband/verbs.h>int ibv_rate_to_mult(enum ibv_rate rate");
enum ibv_rate mult_to_ibv_rate(int mult");
mult_to_ibv_rate() converts the multiplier value (of 2.5 Gbit/sec) mult to an IB transmission rate enumeration. For example, if mult is 2, the rate enumeration IBV_RATE_5_GBPS will be returned.
mult_to_ibv_rate() returns the enumeration representing the IB transmission rate.
2006-10-31 | IBV_RATE_TO_MULT (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on. | ” |
— Patrick Sobalvarro |