staging: bcm: print small buffers with %*ph
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6a37197883
commit
bcb6ef660f
|
@ -999,13 +999,10 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
#ifdef VERSION_D5
|
#ifdef VERSION_D5
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPv6FlowLableLength: 0x%X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPv6FlowLableLength: 0x%X ",
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLableLength);
|
psfCSType->cCPacketClassificationRule.u8IPv6FlowLableLength);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPv6FlowLable[6]: 0x %02X %02X %02X %02X %02X %02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL,
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[0],
|
DBG_LVL_ALL, "u8IPv6FlowLable[6]: 0x%*ph ",
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[1],
|
6, psfCSType->cCPacketClassificationRule.
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[2],
|
u8IPv6FlowLable);
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[3],
|
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[4],
|
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[5]);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1015,13 +1012,9 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16CID: 0x%X", pstAddIndication->sfAdmittedSet.u16CID);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16CID: 0x%X", pstAddIndication->sfAdmittedSet.u16CID);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ServiceClassNameLength: 0x%X",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ServiceClassNameLength: 0x%X",
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassNameLength);
|
pstAddIndication->sfAdmittedSet.u8ServiceClassNameLength);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ServiceClassName: 0x %02X %02X %02X %02X %02X %02X",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL,
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassName[0],
|
"u8ServiceClassName: 0x%*ph",
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassName[1],
|
6, pstAddIndication->sfAdmittedSet.u8ServiceClassName);
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassName[2],
|
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassName[3],
|
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassName[4],
|
|
||||||
pstAddIndication->sfAdmittedSet.u8ServiceClassName[5]);
|
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8MBSService: 0x%02X", pstAddIndication->sfAdmittedSet.u8MBSService);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8MBSService: 0x%02X", pstAddIndication->sfAdmittedSet.u8MBSService);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8QosParamSet: 0x%02X", pstAddIndication->sfAdmittedSet.u8QosParamSet);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8QosParamSet: 0x%02X", pstAddIndication->sfAdmittedSet.u8QosParamSet);
|
||||||
|
@ -1074,10 +1067,10 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
psfCSType->cCPacketClassificationRule.u8ClassifierRulePriority);
|
psfCSType->cCPacketClassificationRule.u8ClassifierRulePriority);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPTypeOfServiceLength: 0x%02X",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPTypeOfServiceLength: 0x%02X",
|
||||||
psfCSType->cCPacketClassificationRule.u8IPTypeOfServiceLength);
|
psfCSType->cCPacketClassificationRule.u8IPTypeOfServiceLength);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPTypeOfService[3]: 0x%02X %02X %02X",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL,
|
||||||
psfCSType->cCPacketClassificationRule.u8IPTypeOfService[0],
|
DBG_LVL_ALL, "u8IPTypeOfService[3]: 0x%*ph",
|
||||||
psfCSType->cCPacketClassificationRule.u8IPTypeOfService[1],
|
3, psfCSType->cCPacketClassificationRule.
|
||||||
psfCSType->cCPacketClassificationRule.u8IPTypeOfService[2]);
|
u8IPTypeOfService);
|
||||||
for (uiLoopIndex = 0; uiLoopIndex < 1; uiLoopIndex++)
|
for (uiLoopIndex = 0; uiLoopIndex < 1; uiLoopIndex++)
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8Protocol: 0x%02X ", psfCSType->cCPacketClassificationRule.u8Protocol);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8Protocol: 0x%02X ", psfCSType->cCPacketClassificationRule.u8Protocol);
|
||||||
|
|
||||||
|
@ -1098,20 +1091,20 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ProtocolSourcePortRangeLength: 0x%02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ProtocolSourcePortRangeLength: 0x%02X ",
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolSourcePortRangeLength);
|
psfCSType->cCPacketClassificationRule.u8ProtocolSourcePortRangeLength);
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ProtocolSourcePortRange[4]: 0x %02X %02X %02X %02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL,
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolSourcePortRange[0],
|
DBG_LVL_ALL, "u8ProtocolSourcePortRange[4]: "
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolSourcePortRange[1],
|
"0x%*ph ", 4, psfCSType->
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolSourcePortRange[2],
|
cCPacketClassificationRule.
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolSourcePortRange[3]);
|
u8ProtocolSourcePortRange);
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ProtocolDestPortRangeLength: 0x%02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ProtocolDestPortRangeLength: 0x%02X ",
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRangeLength);
|
psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRangeLength);
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ProtocolDestPortRange[4]: 0x %02X %02X %02X %02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL,
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRange[0],
|
DBG_LVL_ALL, "u8ProtocolDestPortRange[4]: "
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRange[1],
|
"0x%*ph ", 4, psfCSType->
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRange[2],
|
cCPacketClassificationRule.
|
||||||
psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRange[3]);
|
u8ProtocolDestPortRange);
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8EthernetDestMacAddressLength: 0x%02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8EthernetDestMacAddressLength: 0x%02X ",
|
||||||
psfCSType->cCPacketClassificationRule.u8EthernetDestMacAddressLength);
|
psfCSType->cCPacketClassificationRule.u8EthernetDestMacAddressLength);
|
||||||
|
@ -1130,10 +1123,10 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
u8EthernetSourceMACAddress);
|
u8EthernetSourceMACAddress);
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8EthertypeLength: 0x%02X ", psfCSType->cCPacketClassificationRule.u8EthertypeLength);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8EthertypeLength: 0x%02X ", psfCSType->cCPacketClassificationRule.u8EthertypeLength);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8Ethertype[3]: 0x%02X %02X %02X",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL,
|
||||||
psfCSType->cCPacketClassificationRule.u8Ethertype[0],
|
DBG_LVL_ALL, "u8Ethertype[3]: 0x%*ph",
|
||||||
psfCSType->cCPacketClassificationRule.u8Ethertype[1],
|
3, psfCSType->cCPacketClassificationRule.
|
||||||
psfCSType->cCPacketClassificationRule.u8Ethertype[2]);
|
u8Ethertype);
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16UserPriority: 0x%X ", psfCSType->cCPacketClassificationRule.u16UserPriority);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16UserPriority: 0x%X ", psfCSType->cCPacketClassificationRule.u16UserPriority);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16VLANID: 0x%X ", psfCSType->cCPacketClassificationRule.u16VLANID);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16VLANID: 0x%X ", psfCSType->cCPacketClassificationRule.u16VLANID);
|
||||||
|
@ -1147,13 +1140,10 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
#ifdef VERSION_D5
|
#ifdef VERSION_D5
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPv6FlowLableLength: 0x%X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPv6FlowLableLength: 0x%X ",
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLableLength);
|
psfCSType->cCPacketClassificationRule.u8IPv6FlowLableLength);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8IPv6FlowLable[6]: 0x %02X %02X %02X %02X %02X %02X ",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL,
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[0],
|
DBG_LVL_ALL, "u8IPv6FlowLable[6]: 0x%*ph ",
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[1],
|
6, psfCSType->cCPacketClassificationRule.
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[2],
|
u8IPv6FlowLable);
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[3],
|
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[4],
|
|
||||||
psfCSType->cCPacketClassificationRule.u8IPv6FlowLable[5]);
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1162,13 +1152,9 @@ static VOID DumpCmControlPacket(PVOID pvBuffer)
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u32SFID: 0x%X", pstAddIndication->sfActiveSet.u32SFID);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u32SFID: 0x%X", pstAddIndication->sfActiveSet.u32SFID);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16CID: 0x%X", pstAddIndication->sfActiveSet.u16CID);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u16CID: 0x%X", pstAddIndication->sfActiveSet.u16CID);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ServiceClassNameLength: 0x%X", pstAddIndication->sfActiveSet.u8ServiceClassNameLength);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ServiceClassNameLength: 0x%X", pstAddIndication->sfActiveSet.u8ServiceClassNameLength);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8ServiceClassName: 0x %02X %02X %02X %02X %02X %02X",
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL,
|
||||||
pstAddIndication->sfActiveSet.u8ServiceClassName[0],
|
"u8ServiceClassName: 0x%*ph",
|
||||||
pstAddIndication->sfActiveSet.u8ServiceClassName[1],
|
6, pstAddIndication->sfActiveSet.u8ServiceClassName);
|
||||||
pstAddIndication->sfActiveSet.u8ServiceClassName[2],
|
|
||||||
pstAddIndication->sfActiveSet.u8ServiceClassName[3],
|
|
||||||
pstAddIndication->sfActiveSet.u8ServiceClassName[4],
|
|
||||||
pstAddIndication->sfActiveSet.u8ServiceClassName[5]);
|
|
||||||
|
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8MBSService: 0x%02X", pstAddIndication->sfActiveSet.u8MBSService);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8MBSService: 0x%02X", pstAddIndication->sfActiveSet.u8MBSService);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8QosParamSet: 0x%02X", pstAddIndication->sfActiveSet.u8QosParamSet);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_CONTROL, DBG_LVL_ALL, "u8QosParamSet: 0x%02X", pstAddIndication->sfActiveSet.u8QosParamSet);
|
||||||
|
|
|
@ -752,7 +752,10 @@ VOID DumpPackInfo(struct bcm_mini_adapter *Adapter)
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "AuthzSet: %x\n", Adapter->PackInfo[uiLoopIndex].bAuthorizedSet);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "AuthzSet: %x\n", Adapter->PackInfo[uiLoopIndex].bAuthorizedSet);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "ClassifyPrority: %x\n", Adapter->PackInfo[uiLoopIndex].bClassifierPriority);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "ClassifyPrority: %x\n", Adapter->PackInfo[uiLoopIndex].bClassifierPriority);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "uiMaxLatency: %x\n", Adapter->PackInfo[uiLoopIndex].uiMaxLatency);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "uiMaxLatency: %x\n", Adapter->PackInfo[uiLoopIndex].uiMaxLatency);
|
||||||
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "ServiceClassName: %x %x %x %x\n", Adapter->PackInfo[uiLoopIndex].ucServiceClassName[0], Adapter->PackInfo[uiLoopIndex].ucServiceClassName[1], Adapter->PackInfo[uiLoopIndex].ucServiceClassName[2], Adapter->PackInfo[uiLoopIndex].ucServiceClassName[3]);
|
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS, DUMP_INFO,
|
||||||
|
DBG_LVL_ALL, "ServiceClassName: %*ph\n",
|
||||||
|
4, Adapter->PackInfo[uiLoopIndex].
|
||||||
|
ucServiceClassName);
|
||||||
/* BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "bHeaderSuppressionEnabled :%X\n", Adapter->PackInfo[uiLoopIndex].bHeaderSuppressionEnabled);
|
/* BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "bHeaderSuppressionEnabled :%X\n", Adapter->PackInfo[uiLoopIndex].bHeaderSuppressionEnabled);
|
||||||
* BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "uiTotalTxBytes:%X\n", Adapter->PackInfo[uiLoopIndex].uiTotalTxBytes);
|
* BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "uiTotalTxBytes:%X\n", Adapter->PackInfo[uiLoopIndex].uiTotalTxBytes);
|
||||||
* BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "uiTotalRxBytes:%X\n", Adapter->PackInfo[uiLoopIndex].uiTotalRxBytes);
|
* BCM_DEBUG_PRINT (Adapter, DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "uiTotalRxBytes:%X\n", Adapter->PackInfo[uiLoopIndex].uiTotalRxBytes);
|
||||||
|
|
Loading…
Reference in New Issue