Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
DTypedefs.h35 typedef unsigned short* PUSHORT; typedef
DHandleControlPacket.c21 USHORT usStatus = *(PUSHORT)(skb->data); in handle_rx_control_packet()
98 switch(*(PUSHORT)skb->data) in handle_rx_control_packet()
DIPv6Protocol.c159 *pusSrcPort=*((PUSHORT)(pucNextHeader)); in GetIpv6ProtocolPorts()
160 *pusDestPort=*((PUSHORT)(pucNextHeader+2)); in GetIpv6ProtocolPorts()
DInterfaceRx.c127 *(PUSHORT)skb->data = pLeader->Status; in read_bulk_callback()
DCmHost.c318 *((PUSHORT)(psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRange+ucLoopIndex)); in CopyClassifierRuleToSF()
320 *((PUSHORT)(psfCSType->cCPacketClassificationRule.u8ProtocolDestPortRange+2+ucLoopIndex)); in CopyClassifierRuleToSF()
342 *((PUSHORT)(psfCSType->cCPacketClassificationRule. in CopyClassifierRuleToSF()
345 *((PUSHORT)(psfCSType->cCPacketClassificationRule. in CopyClassifierRuleToSF()
/linux-2.6.39/arch/mips/include/asm/fw/arc/
Dtypes.h67 typedef USHORT *PUSHORT; typedef
/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c1026 PUSHORT pmsg; in ft1000_proc_drvmsg()
1069 pmsg = (PUSHORT) ptr->pprov_data; in ft1000_proc_drvmsg()
1160 pmsg = (PUSHORT) & pdrvmsg->data[0]; in ft1000_proc_drvmsg()
1188 pmsg = (PUSHORT) info->DSPInfoBlk; in ft1000_proc_drvmsg()
1213 ft1000_send_cmd (dev, (PUSHORT)info->DSPInfoBlk, (USHORT)(info->DSPInfoBlklen+4), 0); in ft1000_proc_drvmsg()
1237 pmsg = (PUSHORT) & tempbuffer[0]; in ft1000_proc_drvmsg()
1258 pmsg = (PUSHORT) & tempbuffer[16]; in ft1000_proc_drvmsg()
1273 ft1000_send_cmd (dev, (PUSHORT)&tempbuffer[0], (USHORT)(0x0012), 0); in ft1000_proc_drvmsg()
Dft1000.h76 #define PUSHORT u16 * macro