Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ip2/
Di2lib.c557 unsigned char *pInsert; in i2QueueCommands() local
687 pInsert = &pBuf[stuffIndex]; // Pointer to start of packet in i2QueueCommands()
688 pDest = CMD_OF(pInsert); // Pointer to start of command in i2QueueCommands()
717 PTYPE_OF(pInsert) = type; in i2QueueCommands()
718 CHANNEL_OF(pInsert) = channel; in i2QueueCommands()
720 CMD_COUNT_OF(pInsert) = blocksize - sizeof(i2CmdHeader); in i2QueueCommands()
724 pInsert = pBuf; in i2QueueCommands()
726 pInsert = &pBuf[stuffIndex]; // Pointer to start of next pkt in i2QueueCommands()
727 pDest = CMD_OF(pInsert); in i2QueueCommands()
743 PTYPE_OF(pInsert) = type; in i2QueueCommands()
[all …]