Searched refs:PUSHORT (Results 1 – 8 of 8) sorted by relevance
35 typedef unsigned short* PUSHORT; typedef
21 USHORT usStatus = *(PUSHORT)(skb->data); in handle_rx_control_packet()98 switch(*(PUSHORT)skb->data) in handle_rx_control_packet()
159 *pusSrcPort=*((PUSHORT)(pucNextHeader)); in GetIpv6ProtocolPorts()160 *pusDestPort=*((PUSHORT)(pucNextHeader+2)); in GetIpv6ProtocolPorts()
127 *(PUSHORT)skb->data = pLeader->Status; in read_bulk_callback()
318 *((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()
67 typedef USHORT *PUSHORT; typedef
1026 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()
76 #define PUSHORT u16 * macro