Lines Matching defs:rate

1713 *	Mask for the selector field for path record MTU, rate,
1725 * Mask for the selector field for multipath record MTU, rate,
1738 * Mask for the base value field for path record MTU, rate,
1751 * Mask for the base value field for multipath record MTU, rate,
2358 uint8_t rate;
2402 * rate
2403 * Rate and rate selector fields to use on this path.
2694 IN uint8_t rate,
2708 p_rec->rate = (uint8_t) ((rate & IB_PATH_REC_BASE_MASK) |
2761 * [in] Encoded rate selector value to use on this path.
2763 * rate
2764 * [in] Encoded rate to use on this path.
3014 * Get encoded path rate.
3021 return ((uint8_t) (p_rec->rate & IB_PATH_REC_BASE_MASK));
3030 * Encoded path rate.
3053 * Get encoded path rate selector.
3060 return ((uint8_t) ((p_rec->rate & IB_PATH_REC_SELECTOR_MASK) >> 6));
3069 * Encoded path rate selector value (for queries).
3070 * 0: greater than rate specified
3071 * 1: less than rate specified
3072 * 2: exactly the rate specified
3073 * 3: largest rate available
3132 * 0: greater than rate specified
3133 * 1: less than rate specified
3134 * 2: exactly the rate specified
4935 * Returns the encoded value for the path rate.
4942 uint8_t rate = 0;
4948 rate = IB_PATH_RECORD_RATE_2_5_GBS;
4952 rate = IB_PATH_RECORD_RATE_10_GBS;
4956 rate = IB_PATH_RECORD_RATE_20_GBS;
4960 rate = IB_PATH_RECORD_RATE_30_GBS;
4964 rate = IB_PATH_RECORD_RATE_2_5_GBS;
4971 rate = IB_PATH_RECORD_RATE_5_GBS;
4975 rate = IB_PATH_RECORD_RATE_20_GBS;
4979 rate = IB_PATH_RECORD_RATE_40_GBS;
4983 rate = IB_PATH_RECORD_RATE_60_GBS;
4987 rate = IB_PATH_RECORD_RATE_5_GBS;
4994 rate = IB_PATH_RECORD_RATE_10_GBS;
4998 rate = IB_PATH_RECORD_RATE_40_GBS;
5002 rate = IB_PATH_RECORD_RATE_80_GBS;
5006 rate = IB_PATH_RECORD_RATE_120_GBS;
5010 rate = IB_PATH_RECORD_RATE_10_GBS;
5015 rate = IB_PATH_RECORD_RATE_2_5_GBS;
5019 return rate;
5092 * [in] rate field of the path record
6031 uint8_t rate;
6062 * rate
6063 * Rate and rate selector fields to use on this path.
6311 * Get encoded multipath rate.
6318 return ((uint8_t) (p_rec->rate & IB_MULTIPATH_REC_BASE_MASK));
6327 * Encoded multipath rate.
6344 * Get encoded multipath rate selector.
6352 ((p_rec->rate & IB_MULTIPATH_REC_SELECTOR_MASK) >> 6));
6361 * Encoded path rate selector value (for queries).
6362 * 0: greater than rate specified
6363 * 1: less than rate specified
6364 * 2: exactly the rate specified
6365 * 3: largest rate available
6425 * 0: greater than rate specified
6426 * 1: less than rate specified
6427 * 2: exactly the rate specified
6824 uint8_t rate;
6857 * rate
6858 * Rate and rate selector fields to use on this path.
8746 * inter-packet delay (a.k.a. static rate).
8761 * the subnet. This value also determines the rate at which traps can
9837 * static rate...
9852 * static rate...