Home
last modified time | relevance | path

Searched refs:au8EthCSEtherType (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DQos.c690 (pstClassifierRule->au8EthCSEtherType[0] == 0)) in EthCSMatchEThTypeSAP()
693 …erType[0]:%x\n",__FUNCTION__,pstEthCsPktInfo->usEtherType,pstClassifierRule->au8EthCSEtherType[0]); in EthCSMatchEThTypeSAP()
694 if(pstClassifierRule->au8EthCSEtherType[0] == 1) in EthCSMatchEThTypeSAP()
696 …erType[2]:%x\n",__FUNCTION__,pstClassifierRule->au8EthCSEtherType[1],pstClassifierRule->au8EthCSEt… in EthCSMatchEThTypeSAP()
698 if(memcmp(&pstEthCsPktInfo->usEtherType,&pstClassifierRule->au8EthCSEtherType[1],2)==0) in EthCSMatchEThTypeSAP()
704 if(pstClassifierRule->au8EthCSEtherType[0] == 2) in EthCSMatchEThTypeSAP()
709 …x EtherType[2]:%x\n",__FUNCTION__,pstEthCsPktInfo->ucDSAP,pstClassifierRule->au8EthCSEtherType[2]); in EthCSMatchEThTypeSAP()
710 if(pstEthCsPktInfo->ucDSAP == pstClassifierRule->au8EthCSEtherType[2]) in EthCSMatchEThTypeSAP()
DAdapter.h179 UCHAR au8EthCSEtherType[NUM_ETHERTYPE_BYTES]; member
DCmHost.c356 …memcpy(pstClassifierEntry->au8EthCSEtherType, psfCSType->cCPacketClassificationRule.u8Ethertype, N… in CopyClassifierRuleToSF()