Searched refs:pMsg (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | rclanmtl.c | 274 static int FillI2OMsgSGLFromTCB (PU32 pMsg, PRCTCB pXmitCntrlBlock); 428 PU32 pMsg; in RCI2OSendPacket() local 448 pMsg = (PU32) (pPab->pPci45LinBaseAddr + msgOffset); in RCI2OSendPacket() 450 size = FillI2OMsgSGLFromTCB (pMsg + 4, pTransCtrlBlock); in RCI2OSendPacket() 454 pMsg[0] = THREE_WORD_MSG_SIZE | SGL_OFFSET_0; in RCI2OSendPacket() 455 pMsg[1] = in RCI2OSendPacket() 460 pMsg[0] = (size + 4) << 16 | LAN_MSG_REQST; /* send over message size and flags */ in RCI2OSendPacket() 461 pMsg[1] = in RCI2OSendPacket() 464 pMsg[2] = InitiatorContext; in RCI2OSendPacket() 465 pMsg[3] = 0; /* batch reply */ in RCI2OSendPacket() [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | n_r3964.c | 884 struct r3964_message *pMsg; in enable_signals() local 899 pMsg=remove_msg(pInfo, pClient); in enable_signals() 900 if(pMsg) in enable_signals() 902 kfree(pMsg); in enable_signals() 903 TRACE_M("enable_signals - msg kfree %x",(int)pMsg); in enable_signals() 980 struct r3964_message *pMsg; in add_msg() local 987 pMsg = kmalloc(sizeof(struct r3964_message), GFP_KERNEL); in add_msg() 988 TRACE_M("add_msg - kmalloc %x",(int)pMsg); in add_msg() 989 if(pMsg==NULL) { in add_msg() 996 pMsg->msg_id = msg_id; in add_msg() [all …]
|
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skge.c | 2359 struct sk_buff *pMsg, /* pointer to the buffer */ in ReQueueRxBuffer() argument 2373 pRxd->pMBuf = pMsg; in ReQueueRxBuffer() 2400 struct sk_buff *pMsg; /* pointer to message holding frame */ local 2464 pMsg = pRxd->pMBuf; 2530 ReQueueRxBuffer(pAC, pRxPort, pMsg, 2554 eth_copy_and_sum(pNewMsg, pMsg->data, 2556 ReQueueRxBuffer(pAC, pRxPort, pMsg, 2559 pMsg = pNewMsg; 2578 skb_put(pMsg, FrameLength); 2580 Type = ntohs(*((short*)&pMsg->data[12])); [all …]
|