Home
last modified time | relevance | path

Searched refs:Vcid (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/staging/bcm/
DTransmit.c64 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, TX_CONTROL, DBG_LVL_ALL, "Leader VCID: %x",PLeader->Vcid); in SendControlPacket()
87 INT SetupNextSend(PMINI_ADAPTER Adapter, struct sk_buff *Packet, USHORT Vcid) in SetupNextSend() argument
113 status = PHSTransmit(Adapter, &Packet, Vcid, uiClassifierRuleID, bHeaderSupressionEnabled, in SetupNextSend()
122 Leader.Vcid = Vcid; in SetupNextSend()
DInterfaceRx.c95 …, "Leader Status:0x%hX, Length:0x%hX, VCID:0x%hX", pLeader->Status,pLeader->PLength,pLeader->Vcid); in read_bulk_callback()
106 QueueIndex = SearchVcid( Adapter,pLeader->Vcid); in read_bulk_callback()
123 if((ntohs(pLeader->Vcid) == VCID_CONTROL_PACKET) || in read_bulk_callback()
160 PHSRecieve(Adapter, pLeader->Vcid, skb, &skb->len, in read_bulk_callback()
DPHSModule.h6 USHORT Vcid,
DPrototypes.h43 USHORT Vcid) ;
DAdapter.h12 USHORT Vcid; member
DPHSModule.c74 USHORT Vcid, in PHSTransmit() argument
139 Vcid, in PHSTransmit()
DMisc.c387 pLeader->Vcid = VCID_CONTROL_PACKET;//VCID for control packet. in CopyBufferToControlPacket()
DCmHost.c2005 pLeader->Vcid = 0; in CmControlResponseMessage()