Lines Matching +full:480 +full:i
404 {BITSOFFS(480, 16), "TrapLID", mad_dump_uint},
427 {480, 32, "XmtDataSL14", mad_dump_uint},
448 {480, 32, "RcvDataSL14", mad_dump_uint},
500 {BITSOFFS(480, 16), "CounterSelect11", mad_dump_hex},
532 {BITSOFFS(480, 16), "CapabilityMask2", mad_dump_portcapmask2},
561 {480, 32, "FECCorrectableBlockCtrLane4", mad_dump_uint},
637 {480, 32, "PortVLOpData14", mad_dump_uint},
728 {480, 32, "PortSLRcvFECN14", mad_dump_uint},
749 {480, 32, "PortSLRcvBECN14", mad_dump_uint},
776 {480, 32, "PortVLXmitTimeCong14", mad_dump_uint},
1064 {480, 32, "Counter14", mad_dump_uint},
1089 {480, 32, "FECCorrectableSymbolCtrLane4", mad_dump_uint},
1187 uint32_t val = 0, v = 0, i; in _get_field() local
1197 i = base_offs + (f->bitoffs + f->bitlen) / 8; in _get_field()
1198 val = (p[3 ^ i] & ((1 << postbits) - 1)); in _get_field()