Home
last modified time | relevance | path

Searched refs:ucDestPortRangeLength (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DHostMIBSInterface.h107 UCHAR ucDestPortRangeLength; member
DQos.c186 if(0 == pstClassifierRule->ucDestPortRangeLength) in MatchDestPort()
189 for(ucLoopIndex=0;ucLoopIndex<pstClassifierRule->ucDestPortRangeLength;ucLoopIndex++) in MatchDestPort()
DAdapter.h157 UCHAR ucDestPortRangeLength; member
DCmHost.c263 …pstClassifierEntry->ucDestPortRangeLength = psfCSType->cCPacketClassificationRule.u8ProtocolDestPo… in CopyClassifierRuleToSF()
264 …SG, DBG_LVL_ALL, "Destination Port Range Length:0x%X ", pstClassifierEntry->ucDestPortRangeLength); in CopyClassifierRuleToSF()
267 for (i = 0; i < (pstClassifierEntry->ucDestPortRangeLength); i++) { in CopyClassifierRuleToSF()
277 pstClassifierEntry->ucDestPortRangeLength = 0; in CopyClassifierRuleToSF()