Home
last modified time | relevance | path

Searched refs:ucProtocol (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DIPv6ProtocolHdr.h113 extern BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol);
DQos.c120 BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol) in MatchProtocol() argument
128 …G_LVL_ALL, "Protocol:0x%X Classification Protocol:0x%X",ucProtocol,pstClassifierRule->ucProtocol[u… in MatchProtocol()
129 if(pstClassifierRule->ucProtocol[ucLoopIndex]==ucProtocol) in MatchProtocol()
DHostMIBSInterface.h101 UCHAR ucProtocol[MIBS_MAX_PROTOCOL_LENGTH];//protocol Length member
DPrototypes.h38 BOOLEAN MatchProtocol(S_CLASSIFIER_RULE *pstClassifierRule,UCHAR ucProtocol);
DAdapter.h150 UCHAR ucProtocol[MAX_PROTOCOL_LENGTH];//protocol Length member
DMisc.c753 …DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "\tucProtocol:0x%X\n", pstClassifierEntry->ucProtocol[0]); in DumpPackInfo()
DCmHost.c332 pstClassifierEntry->ucProtocol[0] = psfCSType->cCPacketClassificationRule.u8Protocol; in CopyClassifierRuleToSF()