Home
last modified time | relevance | path

Searched refs:usDestPortRangeLo (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DHostMIBSInterface.h105 USHORT usDestPortRangeLo[MIBS_MAX_PORT_RANGE]; member
DQos.c191 …L, "Matching Port:0x%X 0x%X 0x%X",ushDestPort,pstClassifierRule->usDestPortRangeLo[ucLoopIndex]… in MatchDestPort()
194 ushDestPort >= pstClassifierRule->usDestPortRangeLo[ucLoopIndex]) in MatchDestPort()
DAdapter.h155 USHORT usDestPortRangeLo[MAX_PORT_RANGE]; member
DCmHost.c268 …pstClassifierEntry->usDestPortRangeLo[i] = *((PUSHORT)(psfCSType->cCPacketClassificationRule.u8Pro… in CopyClassifierRuleToSF()
271 pstClassifierEntry->usDestPortRangeLo[i] = ntohs(pstClassifierEntry->usDestPortRangeLo[i]); in CopyClassifierRuleToSF()
273 pstClassifierEntry->usDestPortRangeLo[i]); in CopyClassifierRuleToSF()
DMisc.c724 …UMP_INFO, DBG_LVL_ALL, "\tusDestPortRangeLo:%X\n", pstClassifierEntry->usDestPortRangeLo[uiIndex]); in DumpPackInfo()