Home
last modified time | relevance | path

Searched refs:u8TotalClassifiers (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DCmHost.c530 for (i = 0; i < psfLocalSet->u8TotalClassifiers; i++) { in CopyToAdapter()
631 for (i = 0; i < psfLocalSet->u8TotalClassifiers; i++) { in CopyToAdapter()
908 …VL_ALL, " Total Classifiers Received: 0x%X", pstAddIndication->sfAuthorizedSet.u8TotalClassifiers); in DumpCmControlPacket()
910 nCurClassifierCnt = pstAddIndication->sfAuthorizedSet.u8TotalClassifiers; in DumpCmControlPacket()
1069 …_LVL_ALL, " Total Classifiers Received: 0x%X", pstAddIndication->sfAdmittedSet.u8TotalClassifiers); in DumpCmControlPacket()
1071 nCurClassifierCnt = pstAddIndication->sfAdmittedSet.u8TotalClassifiers; in DumpCmControlPacket()
1221 …BG_LVL_ALL, " Total Classifiers Received: 0x%X", pstAddIndication->sfActiveSet.u8TotalClassifiers); in DumpCmControlPacket()
1223 nCurClassifierCnt = pstAddIndication->sfActiveSet.u8TotalClassifiers; in DumpCmControlPacket()
1523 if (pstAddIndicationDest->sfActiveSet.u8TotalClassifiers > MAX_CLASSIFIERS_IN_SF) in RestoreCmControlResponseMessage()
1524 pstAddIndicationDest->sfActiveSet.u8TotalClassifiers = MAX_CLASSIFIERS_IN_SF; in RestoreCmControlResponseMessage()
[all …]
Dcntrl_SignalingInterface.h311 B_UINT8 u8TotalClassifiers; /**< Total number of valid classifiers*/ member