*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ibv_rate_to_mult | Section: 3 | Source: FreeBSD | File: ibv_rate_to_mult.3.gz
IBV_RATE_TO_MULT(3) Libibverbs Programmer's Manual IBV_RATE_TO_MULT(3) NAME ibv_rate_to_mult - convert IB rate enumeration to multiplier of 2.5 Gbit/sec mult_to_ibv_rate - convert multiplier of 2.5 Gbit/sec to an IB rate enumeration SYNOPSIS #include <infiniband/verbs.h> int ibv_rate_to_mult(enum ibv_rate rate); enum ibv_rate mult_to_ibv_rate(int mult); DESCRIPTION ibv_rate_to_mult() converts the IB transmission rate enumeration rate to a multiple of 2.5 Gbit/sec (the base rate). For example, if rate is IBV_RATE_5_GBPS, the value 2 will be returned (5 Gbit/sec = 2 * 2.5 Gbit/sec). 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. RETURN VALUE ibv_rate_to_mult() returns the multiplier of the base rate 2.5 Gbit/sec. mult_to_ibv_rate() returns the enumeration representing the IB trans- mission rate. SEE ALSO ibv_query_port(3) AUTHORS Dotan Barak <[email protected]> libibverbs 2006-10-31 IBV_RATE_TO_MULT(3)

Navigation Options