Searched refs:Vcid (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/bcm/ |
D | Transmit.c | 64 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()
|
D | InterfaceRx.c | 95 …, "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()
|
D | PHSModule.h | 6 USHORT Vcid,
|
D | Prototypes.h | 43 USHORT Vcid) ;
|
D | Adapter.h | 12 USHORT Vcid; member
|
D | PHSModule.c | 74 USHORT Vcid, in PHSTransmit() argument 139 Vcid, in PHSTransmit()
|
D | Misc.c | 387 pLeader->Vcid = VCID_CONTROL_PACKET;//VCID for control packet. in CopyBufferToControlPacket()
|
D | CmHost.c | 2005 pLeader->Vcid = 0; in CmControlResponseMessage()
|