Home
last modified time | relevance | path

Searched refs:stLocalSFAddIndicationAlt (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/ !
DCmHost.h45 typedef struct stLocalSFAddIndicationAlt{ struct
64 }stLocalSFAddIndicationAlt; argument
DCmHost.c435 stLocalSFAddIndicationAlt *pstAddIndication) { in CopyToAdapter()
837 stLocalSFAddIndicationAlt *pstAddIndication; in DumpCmControlPacket()
841 pstAddIndication = (stLocalSFAddIndicationAlt *)pvBuffer; in DumpCmControlPacket()
1363 stLocalSFAddIndicationAlt *pstAddIndicationAlt = NULL; in StoreCmControlResponseMessage()
1369 pstAddIndicationAlt = (stLocalSFAddIndicationAlt *)(pvBuffer); in StoreCmControlResponseMessage()
1475 static inline stLocalSFAddIndicationAlt
1480 stLocalSFAddIndicationAlt *pstAddIndicationDest = NULL; in RestoreCmControlResponseMessage()
1487 return (stLocalSFAddIndicationAlt *)pvBuffer; in RestoreCmControlResponseMessage()
1494 pstAddIndicationDest = kmalloc(sizeof(stLocalSFAddIndicationAlt), GFP_KERNEL); in RestoreCmControlResponseMessage()
1497 memset(pstAddIndicationDest, 0, sizeof(stLocalSFAddIndicationAlt)); in RestoreCmControlResponseMessage()
[all …]
DBcmchar.c1061 if (IoBuffer.OutputLength < sizeof(stLocalSFAddIndicationAlt)) { in bcm_char_ioctl()
1064 IoBuffer.OutputLength, sizeof(stLocalSFAddIndicationAlt)); in bcm_char_ioctl()
DMisc.c359 ClearTargetDSXBuffer(Adapter, ((stLocalSFAddIndicationAlt *)pucAddIndication)->u16TID, FALSE); in CopyBufferToControlPacket()