Searched refs:BITSOFFS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | fields.c | 53 #define BITSOFFS(o, w) (((o) & ~31) | ((32 - ((o) & 31) - (w)))), (w) macro 127 {BITSOFFS(128, 16), "Lid", mad_dump_uint}, 128 {BITSOFFS(144, 16), "SMLid", mad_dump_uint}, 130 {BITSOFFS(192, 16), "DiagCode", mad_dump_hex}, 131 {BITSOFFS(208, 16), "MkeyLeasePeriod", mad_dump_uint}, 132 {BITSOFFS(224, 8), "LocalPort", mad_dump_uint}, 133 {BITSOFFS(232, 8), "LinkWidthEnabled", mad_dump_linkwidthen}, 134 {BITSOFFS(240, 8), "LinkWidthSupported", mad_dump_linkwidthsup}, 135 {BITSOFFS(248, 8), "LinkWidthActive", mad_dump_linkwidth}, 136 {BITSOFFS(256, 4), "LinkSpeedSupported", mad_dump_linkspeedsup}, [all …]
|