Searched refs:SK_PNMI_STORE_U64 (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skgepnmi.c | 2258 SK_PNMI_STORE_U64(pBuf, StatVal); in Mac8023Stat() 2413 SK_PNMI_STORE_U64(pBuf + Offset, StatVal); in MacPrivateStat() 2735 SK_PNMI_STORE_U64(pBuf + Offset, StatVal); in CsumStat() 2947 SK_PNMI_STORE_U64(pBuf + Offset, Val64); in SensorStat() 2953 SK_PNMI_STORE_U64(pBuf + Offset, Val64); in SensorStat() 2960 SK_PNMI_STORE_U64(pBuf + Offset, Val64); in SensorStat() 2967 SK_PNMI_STORE_U64(pBuf + Offset, Val64); in SensorStat() 3998 SK_PNMI_STORE_U64(pBuf, Val64); in General() 4027 SK_PNMI_STORE_U64(pBuf, Val64); in General() 4055 SK_PNMI_STORE_U64(pBuf, Val64); in General() [all …]
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skgepnm2.h | 257 #ifndef SK_PNMI_STORE_U64 258 #define SK_PNMI_STORE_U64(p,v) {*(char *)(p) = *((char *)&(v)); \ macro
|
D | skdrv1st.h | 52 #define SK_PNMI_STORE_U64(p,v) memcpy((char*)(p),(char*)&(v),8) macro
|