Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DQos.c162 UCHAR ucProtocol) in MatchProtocol() argument
177 ucProtocol, in MatchProtocol()
178 pstClassifierRule->ucProtocol[ucLoopIndex]); in MatchProtocol()
179 if (pstClassifierRule->ucProtocol[ucLoopIndex] == ucProtocol) in MatchProtocol()
DIPv6ProtocolHdr.h83 extern bool MatchProtocol(struct bcm_classifier_rule *pstClassifierRule, unsigned char ucProtocol);
DHostMIBSInterface.h85 unsigned char ucProtocol[MIBS_MAX_PROTOCOL_LENGTH]; member
DPrototypes.h40 bool MatchProtocol(struct bcm_classifier_rule *pstClassifierRule, UCHAR ucProtocol);
DAdapter.h88 UCHAR ucProtocol[MAX_PROTOCOL_LENGTH]; /* protocol Length */ member
DMisc.c719 …DBG_TYPE_OTHERS, DUMP_INFO, DBG_LVL_ALL, "\tucProtocol:0x%X\n", pstClassifierEntry->ucProtocol[0]); in DumpPackInfo()
DCmHost.c415 pstClassifierEntry->ucProtocol[0] = pack_class_rule->u8Protocol; in CopyClassifierRuleToSF()