Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ip2/
Di2pack.h298 #define CHANNEL_OF(pP) ((i2DataHeaderPtr)(pP))->i2sChannel argument
302 #define PTYPE_OF(pP) ((i2DataHeaderPtr)(pP))->i2sType argument
313 #define TAG_OF(pP) ((i2DataHeaderPtr)(pP))->i2sTag argument
317 #define ID_OF(pP) ((i2DataHeaderPtr)(pP))->i2sId argument
326 #define DATA_COUNT_OF(pP) ((i2DataHeaderPtr)(pP))->i2sCount argument
330 #define DATA_OF(pP) &((unsigned char *)(pP))[4] // 4 = size of header argument
334 #define CMD_COUNT_OF(pP) ((i2CmdHeaderPtr)(pP))->i2sCount argument
340 #define CMD_OF(pP) &((unsigned char *)(pP))[2] // 2 = size of header argument