Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DQos.c724 USHORT usVLANID; in EthCSMatchVLANRules() local
728 …n",__FUNCTION__,ntohs(*((USHORT *)pstClassifierRule->usUserPriority)),pstClassifierRule->usVLANID); in EthCSMatchVLANRules()
754 usVLANID = ntohs(*(USHORT *)(skb->data + sizeof(ETH_HEADER_STRUC))) & 0xFFF; in EthCSMatchVLANRules()
756 …E_TX, IPV4_DBG, DBG_LVL_ALL, "%s Pkt VLANID %x Priority: %d\n",__FUNCTION__,usVLANID, uPriority); in EthCSMatchVLANRules()
758 if(usVLANID == ((pstClassifierRule->usVLANID & 0xFFF0) >> 4)) in EthCSMatchVLANRules()
DAdapter.h181 USHORT usVLANID; member
DCmHost.c358 pstClassifierEntry->usVLANID = ntohs(psfCSType->cCPacketClassificationRule.u16VLANID); in CopyClassifierRuleToSF()