Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgepnmi.c2258 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/
Dskgepnm2.h257 #ifndef SK_PNMI_STORE_U64
258 #define SK_PNMI_STORE_U64(p,v) {*(char *)(p) = *((char *)&(v)); \ macro
Dskdrv1st.h52 #define SK_PNMI_STORE_U64(p,v) memcpy((char*)(p),(char*)&(v),8) macro