Searched refs:stLocalSFAddIndicationAlt (Results 1 – 4 of 4) sorted by relevance
45 typedef struct stLocalSFAddIndicationAlt{ struct64 }stLocalSFAddIndicationAlt; argument
435 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 stLocalSFAddIndicationAlt1480 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 …]
1061 if (IoBuffer.OutputLength < sizeof(stLocalSFAddIndicationAlt)) { in bcm_char_ioctl()1064 IoBuffer.OutputLength, sizeof(stLocalSFAddIndicationAlt)); in bcm_char_ioctl()
359 ClearTargetDSXBuffer(Adapter, ((stLocalSFAddIndicationAlt *)pucAddIndication)->u16TID, FALSE); in CopyBufferToControlPacket()